Skip to content

Commit

Permalink
Add redundant reference to trick GC
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz1502 committed Oct 9, 2024
1 parent 4a433ec commit 1cc6753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/LinearConstraint.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4583,6 +4583,8 @@ let get_disjuncts (p_nnconvex_constraint : p_nnconvex_constraint) =
ippl_nncc_increment_iterator iterator;
done;

let _ = ippl_nncc_begin_iterator p_nnconvex_constraint in

(* Return disjuncts *)
let result = List.rev (!disjuncts) in

Expand Down

0 comments on commit 1cc6753

Please sign in to comment.