Skip to content

Simulation: evaluate variable bounds on initialize()

Jesse VanderWees requested to merge simulation-bound-evaluation into casadi3

Variable bounds are allowed to be expressions of parameters, which can be overwritten at runtime. We now delay bound evaluation until initialize(), and use casadi to find values of bounds from the values of parameters.

Merge request reports