Bonmin 1.8.9
|
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 355 of file BonTMINLP.hpp.
|
inline |
Default constructor gives "safe" values.
Definition at line 357 of file BonTMINLP.hpp.
int Bonmin::TMINLP::MarkedNonConvex::cIdx |
Index of the nonconvex constraint.
Definition at line 360 of file BonTMINLP.hpp.
int Bonmin::TMINLP::MarkedNonConvex::cRelaxIdx |
Index of constraint relaxing the nonconvex constraint.
Definition at line 362 of file BonTMINLP.hpp.