Questions tagged [clpq]

CLPQ or CLP(Q) is a Prolog language extension for Constraint Logic Programming over the rationals.

16 questions
0
votes
2 answers

Define a cube and three intervals in Prolog

I need to define a cube and three intervals Cx, Cy, and Cz as the projections of the cuboid on the x-, y-, and z-axes, respectively. I'm supposed to use the interval predicate interval_dur. The image on the link may more clear what i need…
Nil
  • 201
  • 3
  • 12
1
2