summaryrefslogtreecommitdiff
path: root/src/theory/theory_inference_manager.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-01 10:14:11 -0500
committerGitHub <noreply@github.com>2021-04-01 15:14:11 +0000
commit8b71d28d4c63b4147429125fae7de3d75fb55bd8 (patch)
tree2add2fe642fd2a6e9f7911a76ade8b4dea9dc768 /src/theory/theory_inference_manager.h
parente56900bcacd2698de70172d9c1c79f32a1cbb0eb (diff)
Add debug traces to theory inference manager (#6250)
Diffstat (limited to 'src/theory/theory_inference_manager.h')
-rw-r--r--src/theory/theory_inference_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_inference_manager.h b/src/theory/theory_inference_manager.h
index ad92f5380..063b9a008 100644
--- a/src/theory/theory_inference_manager.h
+++ b/src/theory/theory_inference_manager.h
@@ -379,6 +379,7 @@ class TheoryInferenceManager
*/
bool processInternalFact(TNode atom,
bool pol,
+ InferenceId iid,
PfRule id,
const std::vector<Node>& exp,
const std::vector<Node>& args,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback