syntax
This commit is contained in:
parent
27273290e1
commit
0f32e2cc9f
@ -2616,8 +2616,8 @@ compute_bounds(LP, UP, Status) :-
|
||||
|
||||
problog_low(Goal/Cond, Threshold, _, _) :-
|
||||
!,
|
||||
problog_low((Cond,Goal), Threshold, P1, Status)
|
||||
problog_low( Cond, Threshold, P2, Status)
|
||||
problog_low((Cond,Goal), Threshold, P1, Status),
|
||||
problog_low( Cond, Threshold, P2, Status),
|
||||
P is P1/P2.
|
||||
problog_low(Goal, Threshold, _, _) :-
|
||||
init_problog_low(Threshold),
|
||||
|
Reference in New Issue
Block a user