Bonmin  1.7
Public Member Functions | Public Attributes
Bonmin::TMINLP::SimpleConcaveConstraint Struct Reference

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

#include <BonTMINLP.hpp>

List of all members.

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 F(x) ] with $ F(x) $ a concave function.

Definition at line 366 of file BonTMINLP.hpp.


Constructor & Destructor Documentation

Bonmin::TMINLP::SimpleConcaveConstraint::SimpleConcaveConstraint ( ) [inline]

Default constructor gives "safe" values.

Definition at line 368 of file BonTMINLP.hpp.


Member Data Documentation

Index of the variable x.

Definition at line 371 of file BonTMINLP.hpp.

Index of the variable y.

Definition at line 373 of file BonTMINLP.hpp.

Index of the constraint.

Definition at line 375 of file BonTMINLP.hpp.


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