For debugging purposes, I am trying to get the list of all the constrains I have created. Is there a way to get them in a human readable format?
For instance, something like this:
[
"variable A - variable B >= 10",
"variable A + variable B <= 20",
Etc.
]
Or do you have any hints on how I can implement that please apart from maintening a list each time a constraint is added?