Structure which describes a constraints of the form $f[ y F(x) ] with a concave function.
More...
#include <BonTMINLP.hpp>
Public Member Functions | |
SimpleConcaveConstraint () | |
Default constructor gives "safe" values. | |
Public Attributes | |
int | xIdx |
Index of the variable x. | |
int | yIdx |
Index of the variable y. | |
int | cIdx |
Index of the constraint. |
Structure which describes a constraints of the form $f[ y F(x) ] with a concave function.
Definition at line 365 of file BonTMINLP.hpp.
Bonmin::TMINLP::SimpleConcaveConstraint::SimpleConcaveConstraint | ( | ) | [inline] |
Default constructor gives "safe" values.
Definition at line 367 of file BonTMINLP.hpp.
Index of the variable x.
Definition at line 370 of file BonTMINLP.hpp.
Index of the variable y.
Definition at line 372 of file BonTMINLP.hpp.
Index of the constraint.
Definition at line 374 of file BonTMINLP.hpp.