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