Class Arithmetic


  • public class Arithmetic
    extends Constraint
    A constraint dedicated to arithmetic operations.
    There are three available definitions:
    • VAR op CSTE,
      VAR op VAR,
      VAR op VAR op CSTE
  • where VAR is a variable, CSTE a constant and op is an operator among {"=", "!=","<", ">", "<=, ">="} or{"+", "-"}.
Since:
21/06/12
Author:
Charles Prud'homme