summaryrefslogtreecommitdiff
path: root/src/theory/arith/constraint.h
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2020-02-04 10:31:03 -0800
committerGitHub <noreply@github.com>2020-02-04 12:31:03 -0600
commitebcdf229513341d7c0636e0e7171e916ce56d536 (patch)
tree284cf03600f90498226b2b1b1f2e768c314d6920 /src/theory/arith/constraint.h
parent78c7a2c52f646229f4e657e316e5ffa12c082dc3 (diff)
Articulate proof-related debug statements in arith (#3700)
Diffstat (limited to 'src/theory/arith/constraint.h')
-rw-r--r--src/theory/arith/constraint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/arith/constraint.h b/src/theory/arith/constraint.h
index f2c0c4b02..61b999a25 100644
--- a/src/theory/arith/constraint.h
+++ b/src/theory/arith/constraint.h
@@ -517,6 +517,8 @@ class Constraint {
/** Returns true if the node has a trichotomy proof. */
bool hasTrichotomyProof() const;
+ void printProofTree(std::ostream & out, size_t depth = 0) const;
+
/**
* A sets the constraint to be an internal assumption.
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback