mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
model conversion and acce tracking
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8533238582
commit
aa2721517b
6 changed files with 67 additions and 21 deletions
|
@ -85,6 +85,9 @@ goal::goal(goal const & src, bool):
|
|||
m_core_enabled(src.unsat_core_enabled()),
|
||||
m_inconsistent(false),
|
||||
m_precision(src.m_precision) {
|
||||
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