-
Notifications
You must be signed in to change notification settings - Fork 70
Modify umin/umax parametrically #285
Copy link
Copy link
Open
Labels
codegenCode generationCode generationenhancementNew feature or requestNew feature or requestpythonissue related to pythonissue related to pythonrustissue related to the code Rust libraryissue related to the code Rust library
Description
Activity
Metadata
Metadata
Assignees
Labels
codegenCode generationCode generationenhancementNew feature or requestNew feature or requestpythonissue related to pythonissue related to pythonrustissue related to the code Rust libraryissue related to the code Rust library
Currently the bounds on the decision variable,
u, are fixed. We should allow the end-user to modify them during operation. The user can still set default bounds,u_minandu_max, and then override them when calling the solver.