Skip to content

Commit

Permalink
Remove warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneandre committed Oct 11, 2024
1 parent f8c5454 commit bbcfaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/AlgoAUgen.ml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ class virtual algoAUgen (model : AbstractModel.abstract_model) (property : Abstr
start_time <- Unix.gettimeofday();

(* !!! NOTE : de-BUG !!! *)
print_warning "There is an instability in AF, AU, AW, AR and EG algorithms (presumably due to PPL) for sufficiently complex models and constraints. The analysis might crash with segmentation fault but, if it does not, then there is most probably no problem.";
(* print_warning "There is an instability in AF, AU, AW, AR and EG algorithms (presumably due to PPL) for sufficiently complex models and constraints. The analysis might crash with segmentation fault but, if it does not, then there is most probably no problem."; *)
(* !!! NOTE : de-BUG !!! *)

(* Build initial state *)
Expand Down

0 comments on commit bbcfaf3

Please sign in to comment.