or-fusion / pao

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

Disable passing of unknown options to subsolvers #68

Open whart222 opened 3 years ago

whart222 commented 3 years ago

Restrict the API of PAO solvers to only the options that are configured.

This will make the documentation more straightforward, and it will make the API more robust. Subsolver options can only be passed-in by defining a solver object that is configured.