mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 16:31:55 +00:00
remove lns
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
a81a8de975
11 changed files with 13 additions and 301 deletions
|
@ -85,6 +85,7 @@ goal::goal(goal const & src, bool):
|
|||
m_core_enabled(src.unsat_core_enabled()),
|
||||
m_inconsistent(false),
|
||||
m_precision(src.m_precision) {
|
||||
add(src.mc());
|
||||
}
|
||||
|
||||
goal::~goal() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue