#include <CoinMpsIO.hpp>
Inheritance diagram for CoinSosSet:
Public Member Functions | |
Constructor and destructor | |
CoinSosSet (int numberEntries, const int *which, const double *weights, int type) | |
Constructor. | |
virtual | ~CoinSosSet () |
Destructor. | |
gets | |
const double * | weights () const |
Returns weights. | |
Protected Attributes | |
data | |
double * | weights_ |
Weights. |
Definition at line 260 of file CoinMpsIO.hpp.
CoinSosSet::CoinSosSet | ( | int | numberEntries, | |
const int * | which, | |||
const double * | weights, | |||
int | type | |||
) |
Constructor.
virtual CoinSosSet::~CoinSosSet | ( | ) | [virtual] |
Destructor.
const double* CoinSosSet::weights | ( | ) | const [inline] |
double* CoinSosSet::weights_ [protected] |