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
808ca104
Commit
808ca104
authored
Sep 18, 2011
by
Davis King
Browse files
Renamed a function so auto complete in Vim works more conveniently.
parent
b1af808d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/test/find_max_factor_graph_nmplp.cpp
dlib/test/find_max_factor_graph_nmplp.cpp
+2
-2
No files found.
dlib/test/find_max_factor_graph_nmplp.cpp
View file @
808ca104
...
@@ -491,7 +491,7 @@ namespace
...
@@ -491,7 +491,7 @@ namespace
template
<
template
<
typename
map_problem
typename
map_problem
>
>
void
find_max_factor_graph_
brute_force
(
void
brute_force_
find_max_factor_graph_
nmplp
(
const
map_problem
&
prob
,
const
map_problem
&
prob
,
std
::
vector
<
unsigned
long
>&
map_assignment
std
::
vector
<
unsigned
long
>&
map_assignment
)
)
...
@@ -534,7 +534,7 @@ namespace
...
@@ -534,7 +534,7 @@ namespace
const
double
score1
=
find_total_score
(
prob
,
map_assignment1
);
const
double
score1
=
find_total_score
(
prob
,
map_assignment1
);
find_max_factor_graph_
brute_force
(
prob
,
map_assignment2
);
brute_force_
find_max_factor_graph_
nmplp
(
prob
,
map_assignment2
);
const
double
score2
=
find_total_score
(
prob
,
map_assignment2
);
const
double
score2
=
find_total_score
(
prob
,
map_assignment2
);
dlog
<<
LINFO
<<
"score NMPLP: "
<<
score1
;
dlog
<<
LINFO
<<
"score NMPLP: "
<<
score1
;
...
...
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