#include <GamsBCH.hpp>
Public Member Functions | |
Cut () | |
Constructor. | |
~Cut () | |
Destructor. | |
Public Attributes | |
double | lb |
Lower bound of cut. | |
double | ub |
Upper bound of cut. | |
int | nnz |
Number of nonzero coefficients. | |
int * | indices |
Indices of nonzero coefficients. | |
double * | coeff |
Nonzero coefficients. |
Definition at line 28 of file GamsBCH.hpp.
GamsBCH::Cut::Cut | ( | ) |
Constructor.
Initializes lb and ub to 0! indices and coeff are set to NULL, nnz to -1.
GamsBCH::Cut::~Cut | ( | ) |
Destructor.
double GamsBCH::Cut::lb |
double GamsBCH::Cut::ub |
double* GamsBCH::Cut::coeff |