Skip to content

1.0.5: Small fixes (#68)

Compare
Choose a tag to compare
@phantomas1234 phantomas1234 released this 06 Feb 14:34
· 241 commits to master since this release
* fix: bug when changing variable names

Only update the _variables_to_constriants_mapping dict when new_name !=
old_name

* feat: allow infeasible primals to be retrieved

Only _round_primals_to_bounds if solution is optimal

* feat: add a tolerance option to scipy_interface

Default is set to 1e-9