Open madgen opened 5 years ago
I simplified the looping example to the following. I hope this helps.
analyze ('Program) {
P(1) :-
<: ... :- ..., $pred1(...),
..., $pred2(...),
..., $pred3(...), ... .:>.
P(1) :-
<: ... :- ..., $pred1(...),
..., $pred2(...),
..., $pred3(...), ... .:>.
}
The following program when run with
make souffle EVAL=../repair/repair.mdl
goes in an infinite loop