mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix build
This commit is contained in:
parent
15ee879602
commit
63f9fdaf3e
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ namespace sls {
|
|||
if (m_g->inconsistent()) {
|
||||
resolve_conflict();
|
||||
return false;
|
||||
}
|
||||
return !m_g->inconsistent();
|
||||
}
|
||||
#endif
|
||||
return !m_g->inconsistent();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue