3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-22 05:43:39 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-19 09:46:46 -07:00
parent 044d6316ca
commit 1380a98a17
2 changed files with 12 additions and 6 deletions

View file

@ -1060,6 +1060,8 @@ namespace smt {
m_asserted_formulas.inconsistent();
}
bool has_case_splits();
unsigned get_num_conflicts() const {
return m_num_conflicts;
}