summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ambqi_builder.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-01-28 15:21:21 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-01-28 15:21:21 +0100
commit1b6de21ad4a182111bc7aaa1898f4f638f5e1184 (patch)
tree9473cecbddb7eeba201c8e33a70e72cc6bc575b9 /src/theory/quantifiers/ambqi_builder.cpp
parent3d82de01011931ee352715ac4f45c7bbc66f2201 (diff)
Minor refactor CEGQI.
Diffstat (limited to 'src/theory/quantifiers/ambqi_builder.cpp')
-rw-r--r--src/theory/quantifiers/ambqi_builder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/ambqi_builder.cpp b/src/theory/quantifiers/ambqi_builder.cpp
index 353b6d1c4..f047276b0 100644
--- a/src/theory/quantifiers/ambqi_builder.cpp
+++ b/src/theory/quantifiers/ambqi_builder.cpp
@@ -441,7 +441,7 @@ void AbsDef::construct_compose( FirstOrderModelAbs * m, TNode q, TNode n, AbsDef
}
Assert( vchildren.empty() );
if( incomplete ){
- Trace("ajr-temp") << "Construct incomplete entry." << std::endl;
+ Trace("ambqi-check-debug2") << "Construct incomplete entry." << std::endl;
//if a child is unknown, we must return unknown
construct_entry( entry, entry_def, val_unk );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback