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

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

public final class RandomProblemGenerator
extends Object


Field Summary
protected static Logger LOGGER
           
 
Constructor Summary
RandomProblemGenerator(int k, int nbOfObjects, int nbOfShapes, int nbOfShiftedBoxes, int maxLength)
           
 
Method Summary
 void generateProb()
           
 Model getModel()
           
 List<GeostObject> getObjects()
           
 List<ShiftedBox> getSBoxes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER
Constructor Detail

RandomProblemGenerator

public RandomProblemGenerator(int k,
                              int nbOfObjects,
                              int nbOfShapes,
                              int nbOfShiftedBoxes,
                              int maxLength)
Method Detail

generateProb

public void generateProb()

getObjects

public List<GeostObject> getObjects()

getSBoxes

public List<ShiftedBox> getSBoxes()

getModel

public Model getModel()


Copyright © 2012. All Rights Reserved.