Fix for a problem caused by using a != instead of == in generateConflictBelow()....
authorTim King <taking@cs.nyu.edu>
Fri, 29 Oct 2010 21:10:46 +0000 (21:10 +0000)
committerTim King <taking@cs.nyu.edu>
Fri, 29 Oct 2010 21:10:46 +0000 (21:10 +0000)
commitb3ce68e7803dcb868004155b6d61a88a8dbe6c6f
tree3927716d52c4f06ff606803d30c9949413c5556d
parent4d305551927b2a667acaa796fb86d86aa6364b01
Fix for a problem caused by using a != instead of == in generateConflictBelow(). Resolves a bug introduced in -r1063.
src/theory/arith/simplex.cpp
src/theory/arith/tableau.cpp