mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
first eufi example running
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2288931b46
commit
74621e0b7d
26 changed files with 80 additions and 105 deletions
|
@ -172,7 +172,7 @@ namespace opt {
|
|||
r.append(m_labels);
|
||||
}
|
||||
|
||||
void context::get_unsat_core(ptr_vector<expr> & r) {
|
||||
void context::get_unsat_core(expr_ref_vector & r) {
|
||||
throw default_exception("Unsat cores are not supported with optimization");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue