TestsΒΆ
There are simple scripts for solving some MINLP problems for testing the algorithms and to verify that solver could be run.
For DECOA execute the script
tests\solver\oa\test_convex.py.For CG execute the following script
tests\solver\colgen\test_example.pyFor DBCG execute the following script
tests\solver\dyn_block_colgen\test_energy_model.pyFor the refactory version of CG execute the following script
tests\solver\refactory_colgen\pyomo_MINLP\test_example.py