coin-or / minotaur

Minotaur Toolkit for Mixed-Integer Nonlinear Optimization
https://minotaur-solver.github.io/
Other
68 stars 21 forks source link

Inconsistent termination for infeasible MINLPs in parallel QG #29

Open ppalkar opened 4 years ago

ppalkar commented 4 years ago

If the root NLP is infeasible, the parallel QG (mcqg) algorithm throws an error (not QG) due to a slightly different logical flow than QG. This has to be fixed by capturing the infeasibility status of the root NLP and terminating the algorithm at appropriate function in ParQGHandler and McQG.