#include <DomainSizes.h>
Public Member Functions | |
| DomainSizes () | |
| Constructor. | |
| size_t | domainSize (const Variable &variable) |
| void | updateDomainSize (const Variable &variable) |
| void | clear () |
| Clear the entire cache. | |
| bool | empty () |
| Return `true' if the cache is empty, `false' otherwise. | |
|
|
Return the domain size of a given variable. If the variable's domain size is not yet in the cache, calculate it and insert it there.
|
|
|
Update the domain size of a given variable.
|
1.3.9.1