Package choco.real.constraint

A package devoted continuous constraints.

See:
          Description

Interface Summary
MixedConstraint An interface for mixed constraint : interger and flot variables.
RealConstraint An interface for float constraints.
RealListener An interface for real event listener (like real constraints for instance).
 

Class Summary
AbstractBinRealIntConstraint Created by IntelliJ IDEA.
AbstractLargeRealConstraint Created by IntelliJ IDEA.
AbstractUnRealConstraint  
Equation A basic constraint using HC4 algorithm for filtering values with respect to a mathematical equation.
MixedCstElt Let x be an integer variable with n values and v be a real variable.
MixedEqXY  
 

Package choco.real.constraint Description

A package devoted continuous constraints. It offers generic interfaces and an equation constraint based on hull and bo consistency.