mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
merge with opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
859c68c2ac
58 changed files with 1329 additions and 526 deletions
|
@ -85,7 +85,9 @@ goal::goal(goal const & src, bool):
|
|||
m_core_enabled(src.unsat_core_enabled()),
|
||||
m_inconsistent(false),
|
||||
m_precision(src.m_precision) {
|
||||
add(src.mc());
|
||||
m_mc = src.m_mc.get();
|
||||
m_pc = src.m_pc.get();
|
||||
m_dc = src.m_dc.get();
|
||||
}
|
||||
|
||||
goal::~goal() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue