Merging branch 'soiquickexplain'.
authorTim King <taking@cs.nyu.edu>
Fri, 3 May 2013 17:15:26 +0000 (13:15 -0400)
committerTim King <taking@cs.nyu.edu>
Fri, 3 May 2013 17:15:26 +0000 (13:15 -0400)
1  2 
src/theory/arith/options
src/theory/arith/simplex.cpp
src/theory/arith/soi_simplex.cpp
src/theory/arith/soi_simplex.h

index 1366addaec7bafb432c75bd788ad09047e5a0552,388dcc7ff1c6e7d553521880b2876128930ada4b..35cede8b4f8e9e72ed19ee55ea58be99540462dd
@@@ -91,10 -91,7 +91,14 @@@ option fancyFinal --fancy-final bool :d
  option exportDioDecompositions --dio-decomps bool :default false :read-write
   Let skolem variables for integer divisibility constraints leak from the dio solver.
  
 +option newProp --new-prop bool :default false :read-write
 + Use the new row propagation system
 +
 +option arithPropAsLemmaLength --arith-prop-clauses int :default 8 :read-write
 + Rows shorter than this are propagated as clauses
 +
+ option soiQuickExplain --soi-qe bool :default false :read-write
+  Use quick explain to minimize the sum of infeasibility conflicts.
++
  endmodule
Simple merge
Simple merge
Simple merge