choco.cp.solver.constraints.global.geost.util
Class SolutionTester

java.lang.Object
  extended by choco.cp.solver.constraints.global.geost.util.SolutionTester

public final class SolutionTester
extends Object

After solving and finding a solution, this class provides a function that tests whether a given solution is a valid solution. It is only for the non_overlapping constraint.


Constructor Summary
SolutionTester(Setup s, Constants c)
           
 
Method Summary
 boolean testSolution()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolutionTester

public SolutionTester(Setup s,
                      Constants c)
Method Detail

testSolution

public boolean testSolution()


Copyright © 2012. All Rights Reserved.