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
If you have a linear variable and do not explicitly specify bounds, the semantics in this package is a range from (-coinDoubleMax, +coinDoubleMax). If you pretty-print the same program and pass it to CBC on the command line, it is interpreted as the range (0, +coinDoubleMax). I'm tempted to require explicit bounds in all cases.
The text was updated successfully, but these errors were encountered:
If you have a linear variable and do not explicitly specify bounds, the semantics in this package is a range from
(-coinDoubleMax, +coinDoubleMax)
. If you pretty-print the same program and pass it to CBC on the command line, it is interpreted as the range(0, +coinDoubleMax)
. I'm tempted to require explicit bounds in all cases.The text was updated successfully, but these errors were encountered: