samples.tutorials.to_sort.scheduling
Class PertCPM
java.lang.Object
samples.tutorials.PatternExample
samples.tutorials.to_sort.scheduling.PertCPM
- All Implemented Interfaces:
- Example
public class PertCPM
- extends PatternExample
The following example is inspired from an example of the Ilog Scheduler userguide.
The task network has been slightly modified.
- Author:
- Arnaud Malapert
Date : 2 déc. 2008
Since : 2.0.1
Update : 2.1.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nbTasks
public final int nbTasks
- See Also:
- Constant Field Values
PertCPM
public PertCPM()
PertCPM
public PertCPM(int horizon)
buildModel
public void buildModel()
- Specified by:
buildModel
in class PatternExample
buildSolver
public void buildSolver()
- Specified by:
buildSolver
in class PatternExample
solve
public void solve()
- Specified by:
solve
in class PatternExample
prettyOut
public void prettyOut()
- Specified by:
prettyOut
in class PatternExample
main
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.