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). | |
Definition at line 319 of file BonAmplTMINLP.cpp.
| Bonmin::NonConvexSuff::NonConvexSuff | ( | ) | [inline] |
| Bonmin::NonConvexSuff::NonConvexSuff | ( | const NonConvexSuff & | other | ) | [inline] |
Index of variable x in a simple concave constraint of type y >= F(x).
Definition at line 335 of file BonAmplTMINLP.cpp.
Index of variable y in a simple concave constraint of type y >= F(x).
Definition at line 337 of file BonAmplTMINLP.cpp.
1.4.7