mirror of
https://github.com/Z3Prover/z3
synced 2025-06-26 15:53:41 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1eab774b91
commit
37a4dd68d0
8 changed files with 48 additions and 31 deletions
|
@ -1598,8 +1598,6 @@ namespace smt {
|
|||
m_case_split_queue->internalize_instance_eh(body, generation);
|
||||
}
|
||||
|
||||
bool already_internalized() const { return m_e_internalized_stack.size() > 2 || m_b_internalized_stack.size() > 1; }
|
||||
|
||||
unsigned get_unsat_core_size() const {
|
||||
return m_unsat_core.size();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue