Skip to content

Commit

Permalink
actually make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Feb 13, 2025
1 parent 05515f6 commit f89e2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/symbolic/symbolic_path_condition.ml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ let slice (pc : t) (c : Symbolic_value.bool) : Smtml.Expr.Set.t =
| [] ->
(* TODO: It means Smt.ml did not properly simplified a expression... *)
(* assert false *)
(* For now, we use the empty set, should be removed and assert false should be used instead later*)
Smtml.Expr.Set.empty
(* For now, we use this, it should be removed and assert false should be used instead later *)
Smtml.Expr.Set.add c (to_set pc)
| sym0 :: _tl -> (
(* we need only the first symbol as all the other one should have been merged with it *)
match Union_find.find_opt sym0 pc with
Expand Down

0 comments on commit f89e2c7

Please sign in to comment.