or-fusion / pao

A Python Package for Adversarial Optimization
Other
17 stars 15 forks source link

Fixing bug with offsets #58

Closed whart222 closed 3 years ago

whart222 commented 3 years ago

When transforming to standard form, the back-transform didn't add the offsets that were taken out to shift the variables have 0 bounds.

Added tests with a shifted version of besancon27 that illustrate this feature.