Skip to content

Commit

Permalink
WTF
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jul 23, 2024
1 parent d3fd30b commit 7e45adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sat-simple-pure/DPLL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ unitPropagate !l !clauseDb !trail !units !pa !vars = do
go us watches (i + 1) j size

| otherwise
-> error ("watch" ++ show (l1, l2, l'))
-> error ("watch" ++ show (l, l1, l2, l'))

backtrack :: ClauseDB s -> Trail -> PartialAssignment s -> VarSet -> ST s Bool
backtrack !_clauseDb End !_pa !_vars = return False
Expand Down

0 comments on commit 7e45adf

Please sign in to comment.