You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that the ProblemVariables struct has a display function that is very convenient in order to print for example the list of constraints.
However, once you call optimise(), minimise(), or maximise(), it doesn't seem possible to access the variable names anymore. Is that correct, or did I just not find a way?
Being able to access the variable names would be very useful for debugging purposes in order to print the solution that has been found for every variable.
The text was updated successfully, but these errors were encountered:
Hi 👋
I have noticed that the
ProblemVariables
struct has adisplay
function that is very convenient in order to print for example the list of constraints.However, once you call
optimise()
,minimise()
, ormaximise()
, it doesn't seem possible to access the variable names anymore. Is that correct, or did I just not find a way?Being able to access the variable names would be very useful for debugging purposes in order to print the solution that has been found for every variable.
The text was updated successfully, but these errors were encountered: