summaryrefslogtreecommitdiff
path: root/src/theory/theory_inference_manager.h
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2020-09-04 16:59:49 +0200
committerGitHub <noreply@github.com>2020-09-04 09:59:49 -0500
commit0d0c1cdbce4fb46ad5c7d4bc620b712ea014722e (patch)
tree5fa7c5d06cbf0a67541c5bdbc82bf692f5d1dd48 /src/theory/theory_inference_manager.h
parentbfb744af4f932f095640d97be8f0bfa9ff60e981 (diff)
Use arith::InferenceManager for CAD lemmas (#5015)
This makes the CAD solver use the new arith::InferenceManager instead of the previously used lemma collection scheme.
Diffstat (limited to 'src/theory/theory_inference_manager.h')
-rw-r--r--src/theory/theory_inference_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_inference_manager.h b/src/theory/theory_inference_manager.h
index 7fecacf82..97baeaa40 100644
--- a/src/theory/theory_inference_manager.h
+++ b/src/theory/theory_inference_manager.h
@@ -96,7 +96,7 @@ class TheoryInferenceManager
* Returns true if we are in conflict, or if we have sent a lemma or fact
* since the last call to reset.
*/
- bool hasProcessed() const;
+ bool hasSent() const;
//--------------------------------------- propagations
/**
* T-propagate literal lit, possibly encountered by equality engine,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback