Skip to content

Commit 33bbdec

Browse files
committed
And simplify
1 parent 0cfc69a commit 33bbdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/mip/HighsCliqueTable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void HighsCliqueTable::doAddClique(const CliqueVar* cliquevars,
312312
cliques[cliqueid].equality = equality;
313313
cliques[cliqueid].origin = origin;
314314

315-
std::set<std::pair<HighsInt, HighsInt>>::iterator it;
315+
decltype(freespaces)::iterator it;
316316
HighsInt maxEnd;
317317
if (freespaces.empty() ||
318318
(it = freespaces.lower_bound(

0 commit comments

Comments
 (0)