mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix build
This commit is contained in:
parent
15ee879602
commit
63f9fdaf3e
|
@ -40,9 +40,9 @@ namespace sls {
|
|||
if (m_g->inconsistent()) {
|
||||
resolve_conflict();
|
||||
return false;
|
||||
}
|
||||
return !m_g->inconsistent();
|
||||
}
|
||||
#endif
|
||||
return !m_g->inconsistent();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue