Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5af3626

Browse files
Use s2 instead
1 parent 4e8822e commit 5af3626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/framework/colouring/graph_colouring_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ TEST(GraphColouring, parallelSchedule) {
6868
strategies[0]->crossoverOperators.emplace_back([](const Colouring &s1,
6969
const Colouring &s2,
7070
const graph_access &graph) {
71-
return s1;
71+
return s2;
7272
});
7373
strategies[0]->lsOperators.emplace_back([](const Colouring &s,
7474
const graph_access &graph) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /