Bonmin 1.8.9
|
Structure which describes a constraints of the form $f[ y \gt F(x) \f] with
#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 \gt F(x) \f] with
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.