To store all data stored in the nonconvex suffixes. More...
Public Member Functions | |
NonConvexSuff () | |
Default constructor. | |
NonConvexSuff (const NonConvexSuff &other) | |
Copy constructor. | |
Public Attributes | |
int | cIdx |
Index of the nonconvex constraint. | |
int | relIdx |
Index of its relaxation. | |
int | scXIdx |
Index of variable x in a simple concave constraint of type y >= F(x). | |
int | scYIdx |
Index of variable y in a simple concave constraint of type y >= F(x). |
To store all data stored in the nonconvex suffixes.
Definition at line 327 of file BonAmplTMINLP.cpp.
Bonmin::NonConvexSuff::NonConvexSuff | ( | ) | [inline] |
Default constructor.
Definition at line 330 of file BonAmplTMINLP.cpp.
Bonmin::NonConvexSuff::NonConvexSuff | ( | const NonConvexSuff & | other | ) | [inline] |
Copy constructor.
Definition at line 334 of file BonAmplTMINLP.cpp.
Index of the nonconvex constraint.
Definition at line 339 of file BonAmplTMINLP.cpp.
Index of its relaxation.
Definition at line 341 of file BonAmplTMINLP.cpp.
Index of variable x in a simple concave constraint of type y >= F(x).
Definition at line 343 of file BonAmplTMINLP.cpp.
Index of variable y in a simple concave constraint of type y >= F(x).
Definition at line 345 of file BonAmplTMINLP.cpp.