mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 20:01:20 +00:00
fix unit test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f61bd97ea1
commit
c43852a266
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ namespace dd {
|
||||||
if (use_mod2) {
|
if (use_mod2) {
|
||||||
solver::config cfg;
|
solver::config cfg;
|
||||||
cfg.m_enable_exlin = true;
|
cfg.m_enable_exlin = true;
|
||||||
g = cfg;
|
g.set(cfg);
|
||||||
g.simplify();
|
g.simplify();
|
||||||
g.display(std::cout << "after exlin\n");
|
g.display(std::cout << "after exlin\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue