Skip to content

Commit 105fdee

Browse files
committed
Fix typo
1 parent 8419957 commit 105fdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplex/HEkk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class HEkk {
3838
iteration_count_(0),
3939
dual_simplex_cleanup_level_(0),
4040
dual_simplex_phase1_cleanup_level_(0),
41-
previous_iteration_cycling_detected(-kHighsInf),
41+
previous_iteration_cycling_detected(-kHighsIInf),
4242
solve_bailout_(false),
4343
called_return_from_solve_(false),
4444
exit_algorithm_(SimplexAlgorithm::kNone),

0 commit comments

Comments
 (0)