Structure for marked non-convex constraints. More...
#include <BonTMINLP.hpp>
Public Member Functions | |
MarkedNonConvex () | |
Default constructor gives "safe" values. | |
Public Attributes | |
int | cIdx |
Index of the nonconvex constraint. | |
int | cRelaxIdx |
Index of constraint relaxing the nonconvex constraint. |
Structure for marked non-convex constraints.
With possibility of storing index of a constraint relaxing the non-convex constraintī
Definition at line 354 of file BonTMINLP.hpp.
Bonmin::TMINLP::MarkedNonConvex::MarkedNonConvex | ( | ) | [inline] |
Default constructor gives "safe" values.
Definition at line 356 of file BonTMINLP.hpp.
Index of the nonconvex constraint.
Definition at line 359 of file BonTMINLP.hpp.
Index of constraint relaxing the nonconvex constraint.
Definition at line 361 of file BonTMINLP.hpp.