|
coin-Bcp
|
#include <CSP.hpp>


Public Member Functions | |
| void | pack (BCP_buffer &buf) const |
| PATTERN (BCP_buffer &buf) | |
| virtual | ~PATTERN () |
| double | getCost () const |
| double | getUb () const |
| const CSP_packedVector & | getWidths () const |
| double | dj (const double *pi) const |
| PATTERN () | |
| PATTERN (const int numElements, const int *indices, const double *elements, const double ub) | |
| PATTERN (const PATTERN &x) | |
Private Attributes | |
| double | cost_ |
| CSP_packedVector | widths_ |
| double | ub_ |
Static Private Attributes | |
| static const CSPROBLEM * | csproblem_ |
|
inline |
Definition at line 205 of file CSP.hpp.
References cost_, ub_, CSP_packedVector::unpack(), BCP_buffer::unpack(), and widths_.
|
inline |
|
inline |
Definition at line 198 of file CSP.hpp.
References cost_, CSP_packedVector::pack(), BCP_buffer::pack(), ub_, and widths_.
|
inline |
| double PATTERN::dj | ( | const double * | pi | ) | const |
|
private |
|
private |
Definition at line 190 of file CSP.hpp.
Referenced by getWidths(), pack(), and PATTERN().
|
private |
1.8.5