summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2018-05-31 11:13:41 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2018-05-31 11:13:41 -0500
commit3a6cc7d746932fd38956725bb30b80e7b8b669fd (patch)
treefcc15453ae8ce24668eae22aa241d32637eec4ee /src
parent3ed2f761386fa506e83eed55a49d9eec28cd4ed8 (diff)
Fix
Diffstat (limited to 'src')
-rw-r--r--src/theory/quantifiers/sygus/sygus_unif_io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_unif_io.cpp b/src/theory/quantifiers/sygus/sygus_unif_io.cpp
index ad57ea6f5..0792c595c 100644
--- a/src/theory/quantifiers/sygus/sygus_unif_io.cpp
+++ b/src/theory/quantifiers/sygus/sygus_unif_io.cpp
@@ -730,7 +730,7 @@ Node SygusUnifIo::constructSolutionNode(std::vector<Node>& lemmas)
Trace("sygus-pbe") << "...solved at iteration " << i << std::endl;
vc = vcc;
}
- else if( !d_sol_cons_non_det )
+ else if( !d_sol_cons_nondet )
{
break;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback