good_lp icon indicating copy to clipboard operation
good_lp copied to clipboard

Accessing variable names after a solution has been created

Open tomaka opened this issue 1 year ago • 0 comments

Hi 👋

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.

tomaka avatar Apr 30 '24 12:04 tomaka