Size sets with one element discarded. More...
#include <bin-packing.hh>
Public Member Functions | |
SizeSetMinusOne (void) | |
Default constructor. | |
SizeSetMinusOne (Region ®ion, int n) | |
Initialize for at most n_max entries. | |
void | minus (int s) |
Discard size s. | |
int | card (void) const |
Return cardinality of set (number of entries) | |
int | total (void) const |
Return total size. | |
int | operator[] (int i) const |
Return size of item i. | |
Public Member Functions inherited from Gecode::Int::BinPacking::SizeSet | |
SizeSet (void) | |
Default constructor. | |
SizeSet (Region ®ion, int n_max) | |
Initialize for at most n_max items. | |
void | add (int s) |
Add new size s. | |
int | card (void) const |
Return cardinality of set (number of entries) | |
int | total (void) const |
Return total size. | |
int | operator[] (int i) const |
Return size of item i. |
Protected Attributes | |
int | p |
Position of discarded item. | |
Protected Attributes inherited from Gecode::Int::BinPacking::SizeSet | |
int | n |
Number of size entries in the set. | |
int | t |
Total size of the set. | |
int * | s |
Array of sizes (will have more elements) |
Size sets with one element discarded.
Definition at line 111 of file bin-packing.hh.
|
inline |
Default constructor.
Definition at line 114 of file propagate.hpp.
|
inline |
Initialize for at most
n_max entries.
Definition at line 116 of file propagate.hpp.
|
inline |
Discard size s.
Definition at line 119 of file propagate.hpp.
|
inline |
Return cardinality of set (number of entries)
Definition at line 127 of file propagate.hpp.
|
inline |
Return total size.
Definition at line 132 of file propagate.hpp.
|
inline |
Return size of item i.
Definition at line 137 of file propagate.hpp.
|
protected |
Position of discarded item.
Definition at line 114 of file bin-packing.hh.