Skip to content

Commit

Permalink
Rebase artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Dec 11, 2023
1 parent 6dce831 commit 2fce261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/satml.ml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ module Make (Th : Theory.S) : SAT_ML with type th = Th.t = struct

trail = Vec.make 601 ~dummy:Atom.dummy_atom;

trail_lim = Vec.make 601 (-105);
trail_lim = Vec.make 601 ~dummy:(-105);

qhead = 0;

Expand Down

0 comments on commit 2fce261

Please sign in to comment.