Choice
More...
|
| int | item |
| | Item.
|
| |
| int * | same |
| | Bins with same slack.
|
| |
| int | n_same |
| | Number of bins with same slack.
|
| |
|
| static void * | operator new (size_t s) |
| | Memory management.
|
| |
| static void | operator delete (void *p) |
| | Free memory allocated from heap.
|
| |
| | Choice (const Brancher &b, const unsigned int a) |
| | Initialize for particular brancher b and alternatives a.
|
| |
Choice
Definition at line 209 of file bin-packing.cpp.
◆ Choice()
| CDBF::Choice::Choice |
( |
const Brancher & |
b, |
|
|
unsigned int |
a, |
|
|
int |
i, |
|
|
int * |
s, |
|
|
int |
n_s |
|
) |
| |
|
inline |
Initialize choice for brancher b, alternatives a, item i and same bins s.
Definition at line 220 of file bin-packing.cpp.
◆ ~Choice()
| virtual CDBF::Choice::~Choice |
( |
void |
| ) |
|
|
inlinevirtual |
◆ archive()
| virtual void CDBF::Choice::archive |
( |
Archive & |
e | ) |
const |
|
inlinevirtual |
◆ item
◆ same
◆ n_same
The documentation for this class was generated from the following file: