Skip to content

Commit 74b6db8

Browse files
committed
Correcting last change in CadicalWrap.h (Windows)
1 parent 8256940 commit 74b6db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CadicalWrap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class SimpSolver {
8686
solver->connect_terminator(&alarm_term);
8787
}
8888
#else
89-
(void)limit_time;
89+
(void)time_limit;
9090
#endif
9191
}
9292

0 commit comments

Comments
 (0)