About the Use of Precision and Solution Distance in Constraint Satisfactions
This section gives you more information about the use of precision and solution in constraint satisfactions.
The solution distance option used in constraint satisfaction
results takes its meaning if and only if at least 2 solutions
are sought. This option ensures that the distance (Maxi
(xi-yi)) between the two solutions is not less than
the value specified by the option. In the case of more than two solutions, the distance
considered is the distance between the current solution
and all previously found solutions. The distance between two solutions you want to compare is the MAX of the absolute value of the difference between the parameters computed by the Constraint Satisfaction.max (|x1-x2|, |y1-y2|, |fxy1-fxy2|)
Example of solution distance impact on the results:
Problem setup
Formula.1: fxy = x*x + y*y
CST.1:
fxy == 25; x > -100; x < 100; y > -100; y < 100