summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2015-11-03 23:20:04 -0800
committerTim King <taking@cs.nyu.edu>2015-11-03 23:20:04 -0800
commit5fae5ff49bfc9c96c03c52f5e2a5caa52ac40d03 (patch)
treec63bcc649e2881713fe6db430a8bee04f8c433d1
parent539be0858a42508e2a990521280fa6c17186768a (diff)
Fixing typo.
-rw-r--r--src/theory/arith/theory_arith_private.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith_private.cpp b/src/theory/arith/theory_arith_private.cpp
index 328a07a24..c9c45af2f 100644
--- a/src/theory/arith/theory_arith_private.cpp
+++ b/src/theory/arith/theory_arith_private.cpp
@@ -331,7 +331,7 @@ TheoryArithPrivate::Statistics::Statistics()
, d_cutsRejectedDuringLemmas("theory::arith::z::approx::external::cuts::rejected", 0)
, d_satPivots("theory::arith::pivots::sat")
, d_unsatPivots("theory::arith::pivots::unsat")
- , d_unknownPivots("theory::arith::pivots::unkown")
+ , d_unknownPivots("theory::arith::pivots::unknown")
, d_solveIntModelsAttempts("theory::arith::z::solveInt::models::attempts", 0)
, d_solveIntModelsSuccessful("theory::arith::zzz::solveInt::models::successful", 0)
, d_mipTimer("theory::arith::z::approx::mip::timer")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback