To store all data stored in the nonconvex suffixes. More...
Public Member Functions | |
NonConvexSuff () | |
Default constructor. More... | |
NonConvexSuff (const NonConvexSuff &other) | |
Copy constructor. More... | |
Public Attributes | |
int | cIdx |
Index of the nonconvex constraint. More... | |
int | relIdx |
Index of its relaxation. More... | |
int | scXIdx |
Index of variable x in a simple concave constraint of type y >= F(x). More... | |
int | scYIdx |
Index of variable y in a simple concave constraint of type y >= F(x). More... | |
To store all data stored in the nonconvex suffixes.
Definition at line 332 of file BonAmplTMINLP.cpp.
|
inline |
Default constructor.
Definition at line 335 of file BonAmplTMINLP.cpp.
|
inline |
Copy constructor.
Definition at line 339 of file BonAmplTMINLP.cpp.
int Bonmin::NonConvexSuff::cIdx |
Index of the nonconvex constraint.
Definition at line 344 of file BonAmplTMINLP.cpp.
int Bonmin::NonConvexSuff::relIdx |
Index of its relaxation.
Definition at line 346 of file BonAmplTMINLP.cpp.
int Bonmin::NonConvexSuff::scXIdx |
Index of variable x in a simple concave constraint of type y >= F(x).
Definition at line 348 of file BonAmplTMINLP.cpp.
int Bonmin::NonConvexSuff::scYIdx |
Index of variable y in a simple concave constraint of type y >= F(x).
Definition at line 350 of file BonAmplTMINLP.cpp.