Originally posted by: SystemAdmin
[Franky said:]
Well, under clp_fd in Sicstus you can define only integer variables.
But I might need a constraint with integers and variables together.
For instance:
Radius in 1..100 (integer variable)
Area #= Radius*Radius*3.14159
(Area is a float variable)
This is a silly example, you can tackle it using integers, but in general not having an enviroment that supports floats is a problem.
Thank you
Franky
#ConstraintProgramming-General#DecisionOptimization