samples.tutorials.to_sort.scheduling
Class OpenShopScheduling
java.lang.Object
samples.tutorials.PatternExample
samples.tutorials.to_sort.scheduling.OpenShopScheduling
- All Implemented Interfaces:
- Example
public class OpenShopScheduling
- extends PatternExample
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
branching
public int branching
OpenShopScheduling
public OpenShopScheduling()
setDurations
public void setDurations(int[][] durations)
buildModel
public void buildModel()
- Specified by:
buildModel
in class PatternExample
buildSolver
public void buildSolver()
- Specified by:
buildSolver
in class PatternExample
prettyOut
public void prettyOut()
- Specified by:
prettyOut
in class PatternExample
solve
public void solve()
- Specified by:
solve
in class PatternExample
main
public static void main(String[] args)
- Parameters:
args
-
parse
protected int[][] parse(String fileName)
Copyright © 2012. All Rights Reserved.