samples.jobshop
Class TaillardJobShopProblem
java.lang.Object
samples.jobshop.TaillardJobShopProblem
public class TaillardJobShopProblem
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final Logger LOGGER
TaillardJobShopProblem
public TaillardJobShopProblem(int jobs,
int machines,
int[][] times,
int[][] shuffle,
int bound)
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.