Skip to content

Commit c68f034

Browse files
committed
Add a link to issue 1063
1 parent 5e73f14 commit c68f034

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/lib/reasoners/sat_solver_util.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ let get_value (type a) (module SAT : S with type t = a) env l =
149149
necessary [0] and the SMT statement `get-value` can be called only in
150150
SAT mode, so we have to reset all the decisions of the solver here.
151151
Before resetting the decisions, we save the boolean model for sake
152-
of optimization. *)
152+
of optimization.
153+
154+
See issue: https://github.com/OCamlPro/alt-ergo/issues/1063 *)
153155
let bmdl = SAT.get_boolean_model env in
154156
SAT.reset_decisions env;
155157
assert_model (module SAT) env mdl;

0 commit comments

Comments
 (0)