Added missing requirement

This commit is contained in:
Davis King 2011-09-18 16:01:30 -04:00
parent 74e0007cd1
commit 108c46e581
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ namespace dlib
(i.e. node_states contains unsigned longs)
- node_id < number_of_nodes()
- node_states.size() == min(node_id, order) + 1
- is_vector(node_states) == true
- max(node_states) < num_states
ensures
- In a chain-structured graph, each node has a potential function associated with