Open Groostav opened 2 years ago
the Abort optimization flow is more confusing than it needs to be; offerSimulationResult and offerErrorResult can be merged into the same method.
offerSimulationResult
Also, isFrontier is not correct:
expected: some point, even if all points are infeasible, is frontiner actual: no points are infeasible.
fixed in 4a7e775ebe2b2d0e7d7ad1490bf86de629457cf6
this was closed erroneously
the Abort optimization flow is more confusing than it needs to be;
offerSimulationResult
and offerErrorResult can be merged into the same method.Also, isFrontier is not correct:
expected: some point, even if all points are infeasible, is frontiner actual: no points are infeasible.