Bonmin 1.8.9
Loading...
Searching...
No Matches
Bonmin::TMINLP::SimpleConcaveConstraint Struct Reference

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

Detailed Description

Structure which describes a constraints of the form $f[ y \gt F(x) \f] with $ F(x) $ a concave function.

Definition at line 366 of file BonTMINLP.hpp.

Constructor & Destructor Documentation

◆ SimpleConcaveConstraint()

Bonmin::TMINLP::SimpleConcaveConstraint::SimpleConcaveConstraint ( )
inline

Default constructor gives "safe" values.

Definition at line 368 of file BonTMINLP.hpp.

Member Data Documentation

◆ xIdx

int Bonmin::TMINLP::SimpleConcaveConstraint::xIdx

Index of the variable x.

Definition at line 371 of file BonTMINLP.hpp.

◆ yIdx

int Bonmin::TMINLP::SimpleConcaveConstraint::yIdx

Index of the variable y.

Definition at line 373 of file BonTMINLP.hpp.

◆ cIdx

int Bonmin::TMINLP::SimpleConcaveConstraint::cIdx

Index of the constraint.

Definition at line 375 of file BonTMINLP.hpp.


The documentation for this struct was generated from the following file: