dwavebinarycsp icon indicating copy to clipboard operation
dwavebinarycsp copied to clipboard

Gracefully failback to `pysmt` when `ortools` not available

Open randomir opened this issue 7 years ago • 2 comments

On 64-bit OS and 32-bit Python we still try to install penaltymodel-mip (which uses ortools), instead of penaltymodel-maxgap.

randomir avatar Oct 17 '18 18:10 randomir

An alternative to automated fallback is adding a possibility of "manual override": to e.g. prefer penaltymodel-maxgap.

randomir avatar Oct 19 '18 22:10 randomir

Default "extra" would solve this problem. Unfortunately, it's far from being available.

randomir avatar Oct 22 '18 22:10 randomir

As of version penaltymodel 1.0.0 penaltymodel only has one factory that uses SciPy.

arcondello avatar Jan 25 '23 17:01 arcondello