Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
108c46e5
"vscode:/vscode.git/clone" did not exist on "7873c8f62b99314f35079f369d1dab8d63f8a3ce"
Commit
108c46e5
authored
Sep 18, 2011
by
Davis King
Browse files
Added missing requirement
parent
74e0007c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/optimization/find_max_factor_graph_viterbi_abstract.h
dlib/optimization/find_max_factor_graph_viterbi_abstract.h
+1
-0
No files found.
dlib/optimization/find_max_factor_graph_viterbi_abstract.h
View file @
108c46e5
...
@@ -58,6 +58,7 @@ namespace dlib
...
@@ -58,6 +58,7 @@ namespace dlib
(i.e. node_states contains unsigned longs)
(i.e. node_states contains unsigned longs)
- node_id < number_of_nodes()
- node_id < number_of_nodes()
- node_states.size() == min(node_id, order) + 1
- node_states.size() == min(node_id, order) + 1
- is_vector(node_states) == true
- max(node_states) < num_states
- max(node_states) < num_states
ensures
ensures
- In a chain-structured graph, each node has a potential function associated with
- In a chain-structured graph, each node has a potential function associated with
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment