choco.cp.solver.constraints.global.geost.util
Class RandomProblemGenerator
java.lang.Object
choco.cp.solver.constraints.global.geost.util.RandomProblemGenerator
public final class RandomProblemGenerator
- extends Object
Constructor Summary |
RandomProblemGenerator(int k,
int nbOfObjects,
int nbOfShapes,
int nbOfShiftedBoxes,
int maxLength)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final Logger LOGGER
RandomProblemGenerator
public RandomProblemGenerator(int k,
int nbOfObjects,
int nbOfShapes,
int nbOfShiftedBoxes,
int maxLength)
generateProb
public void generateProb()
getObjects
public List<GeostObject> getObjects()
getSBoxes
public List<ShiftedBox> getSBoxes()
getModel
public Model getModel()
Copyright © 2012. All Rights Reserved.