This commit is contained in:
Vítor Santos Costa
2018-10-10 09:39:04 +01:00
parent 9e3a768220
commit 32266a8b98
6 changed files with 83 additions and 49 deletions

View File

@@ -2613,7 +2613,7 @@ compute_bounds(LP, UP, Status) :-
% same as problog_threshold/5, but lower bound only (no stopped derivations stored)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
problog_low(Goal/Cond, Threshold, _, _) :-
problog_low(Goal/Cond, Threshold, Status, P) :-
!,
problog_low((Cond,Goal), Threshold, P1, Status),
problog_low( Cond, Threshold, P2, Status),