choco.cp.solver.constraints.global.geost.util
Class InputParser.GeostProblem

java.lang.Object
  extended by choco.cp.solver.constraints.global.geost.util.InputParser.GeostProblem
Enclosing class:
InputParser

public static class InputParser.GeostProblem
extends Object


Field Summary
 int[][] objects
           
 int[] shapes
           
 int[][] shiftedBoxes
           
 
Constructor Summary
InputParser.GeostProblem(int[][] objects, int[] shapes, int[][] shiftedBoxes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objects

public int[][] objects

shapes

public int[] shapes

shiftedBoxes

public int[][] shiftedBoxes
Constructor Detail

InputParser.GeostProblem

public InputParser.GeostProblem(int[][] objects,
                                int[] shapes,
                                int[][] shiftedBoxes)


Copyright © 2012. All Rights Reserved.