summaryrefslogtreecommitdiff
path: root/src/theory/arith/approx_simplex.cpp
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-05-03 21:55:40 -0400
committerTim King <taking@cs.nyu.edu>2013-05-05 14:24:45 -0400
commitf5a9b1de720d6c77815ebb0ea9d6e911905885d1 (patch)
tree7a7f8e77a09fc3c28e2334e040cd32827b700981 /src/theory/arith/approx_simplex.cpp
parent5a20ba9f1f843fe066bbc8268f511a71902b88cb (diff)
Adding cut offs for likely integer infeasible paths.
Diffstat (limited to 'src/theory/arith/approx_simplex.cpp')
-rw-r--r--src/theory/arith/approx_simplex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/approx_simplex.cpp b/src/theory/arith/approx_simplex.cpp
index 55e52fc53..ef3ea0484 100644
--- a/src/theory/arith/approx_simplex.cpp
+++ b/src/theory/arith/approx_simplex.cpp
@@ -155,7 +155,7 @@ private:
};
#warning "set back to 0"
-int ApproxGLPK::s_verbosity = 1;
+int ApproxGLPK::s_verbosity = 0;
}/* CVC4::theory::arith namespace */
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback