prolog

Prolog files

clpBNR.pl  -- clpBNR: Constraint Logic Programming over Continuous Domain of RealsShow source
clpBNR_toolkit.pl  -- clpBNR_toolkit: Toolkit of various utilities used for solving problems with clpBNRShow source
cf_contractor/2Succeeds if each interval in As can be unified with the midpoints of the respective interval in Xs; otherwise fails.Source
cf_solve/1Source
cf_solve/2Succeeds if a solution can be found for all variables in the centre form contractor, Contractor, where the resultant domain of any variable is narrower than the limit specified by Precision (for cf_solve/1, default Precision is number of digits as defined by the environment flag clpBNR_default_precision); otherwise fails.Source
lin_maximize/3Succeeds if the global maximum value of the objective function ObjF subject to Constraints can be unified with Max; otherwise fails.Source
lin_maximum/3Succeeds if the global minimum value of the objective function ObjF subject to Constraints can be unified with Max; otherwise fails.Source
lin_minimize/3Succeeds if the global minimum value of the objective function ObjF subject to Constraints can be unified with Min; otherwise fails.Source
lin_minimum/3Succeeds if the global minimum value of the objective function ObjF subject to Constraints can be unified with Min; otherwise fails.Source
local_maxima/1Succeeds if the value of objective function ObjF can be constrained to be a local maximum, i.e, it's "slope" is 0 in every dimension; otherwise fails.Source
local_maxima/2Succeeds if the value of objective function ObjF can be constrained to be a local maximum, i.e, it's "slope" is 0 in every dimension; otherwise fails.Source
local_minima/1Succeeds if the value of objective function ObjF can be constrained to be a local minimum, i.e, it's "slope" is 0 in every dimension; otherwise fails.Source
local_minima/2Succeeds if the value of objective function ObjF can be constrained to be a local minimum, i.e, it's "slope" is 0 in every dimension, subject to Constraints; otherwise fails.Source
mid_split/1Succeeds if X is an interval that can be split at its midpoint narrowing X to it's lower "half"; on backtracking X is constrained to the upper half; fails if X is not a numeric.Source
mid_split_one/1Succeeds splitting the widest interval in Xs, a list of intervals; fails if Xs is not a list of intervals.Source
taylor_contractor/2Succeeds if a centre form contractor Contractor can be generated from one or more multivariate equality (== or =:=) constraints Constraints; otherwise fails.Source
taylor_merged_contractor/2Succeeds if a merged centre form contractor Contractor can be generated from each equality (== or =:=) constraint in Constraints; otherwise fails.Source