Removing excess verbosity from ApproxSimplex (after discussing with Tim)
authorMorgan Deters <mdeters@cs.nyu.edu>
Mon, 6 May 2013 23:38:59 +0000 (19:38 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Mon, 6 May 2013 23:38:59 +0000 (19:38 -0400)
src/theory/arith/approx_simplex.cpp

index 181def552f488bfaa0aa2c67c653c9448e0d8a18..47f15d8c7357381f0a22927b0a28774a2511efc4 100644 (file)
@@ -162,8 +162,7 @@ private:
   int guessDir(ArithVar v) const;
 };
 
-#warning "set back to 0"
-int ApproxGLPK::s_verbosity = 1;
+int ApproxGLPK::s_verbosity = 0;
 
 }/* CVC4::theory::arith namespace */
 }/* CVC4::theory namespace */