samples.jobshop
Class TaillardJobShopProblem

java.lang.Object
  extended by samples.jobshop.TaillardJobShopProblem

public class TaillardJobShopProblem
extends Object


Field Summary
protected static Logger LOGGER
           
 
Constructor Summary
TaillardJobShopProblem(int jobs, int machines, int[][] times, int[][] shuffle, int bound)
           
 
Method Summary
static int find(int value, int[] array)
           
 Collection<Collection<Constraint>> getDisjConstraints()
           
 Collection<Collection<Constraint>> getPrecConstraints()
           
 IntegerVariable[] getVariables()
           
static void main(String[] args)
           
 
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

TaillardJobShopProblem

public TaillardJobShopProblem(int jobs,
                              int machines,
                              int[][] times,
                              int[][] shuffle,
                              int bound)
Method Detail

find

public static int find(int value,
                       int[] array)

getVariables

public IntegerVariable[] getVariables()

getDisjConstraints

public Collection<Collection<Constraint>> getDisjConstraints()

getPrecConstraints

public Collection<Collection<Constraint>> getPrecConstraints()

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.