Commit 108c46e5 authored by Davis King's avatar Davis King

Added missing requirement

parent 74e0007c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment