Uses of Interface
ima.uco.fr.nuit.solchecker.Solution

Packages that use Solution
ima.uco.fr.nuit.solchecker   
 

Uses of Solution in ima.uco.fr.nuit.solchecker
 

Classes in ima.uco.fr.nuit.solchecker that implement Solution
 class Encart
          Models a solution for the "Encart" problem
 

Methods in ima.uco.fr.nuit.solchecker with parameters of type Solution
 boolean RowConstraint.checkConstraint(Solution s)
           
 boolean Constraint.checkConstraint(Solution s)
          Checks a solution
 boolean ColumnConstraint.checkConstraint(Solution s)
           
 boolean ConstraintHandler.checkConstraints(Solution s)
          Checks the constraints
 double Objective.compute(Solution s)
          Computes the objective function of a solution
 double LamourComOjective.compute(Solution s)
           
 double ObjectiveHandler.computerOF(Solution s)