Skip to content

Commit

Permalink
test: strange value #2
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed May 30, 2016
1 parent 1c1b54f commit c04c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAT/Solver/Mios/M114.hs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ analyze s@Solver{..} confl = do
let
vec = asVec lastDL
loopOnLastDL :: Int -> IO ()
loopOnLastDL ((< nld) -> False) = return ()
loopOnLastDL ((<= nld + 1) -> False) = return ()
loopOnLastDL i = do
{-
v <- lit2var <$> getNth vec i
Expand Down

0 comments on commit c04c5ca

Please sign in to comment.