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