samples.tutorials.to_sort.scheduling
Class RehearsalProblem

java.lang.Object
  extended by samples.tutorials.PatternExample
      extended by samples.tutorials.to_sort.scheduling.RehearsalProblem
All Implemented Interfaces:
Example

public class RehearsalProblem
extends PatternExample


Field Summary
 int[] CSPLIB_DURATIONS
           
 int[][] CSPLIB_REQUIREMENTS
           
 boolean isDisjunctiveModel
           
 boolean isPrecOnlyDecision
           
 
Fields inherited from class samples.tutorials.PatternExample
model, solver
 
Fields inherited from interface samples.tutorials.Example
LOGGER
 
Constructor Summary
RehearsalProblem()
           
 
Method Summary
 void buildModel()
           
 void buildSolver()
           
static void main(String[] args)
           
 void prettyOut()
           
 void solve()
           
 
Methods inherited from class samples.tutorials.PatternExample
execute, execute, printDescription, readArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSPLIB_DURATIONS

public int[] CSPLIB_DURATIONS

CSPLIB_REQUIREMENTS

public int[][] CSPLIB_REQUIREMENTS

isDisjunctiveModel

public boolean isDisjunctiveModel

isPrecOnlyDecision

public boolean isPrecOnlyDecision
Constructor Detail

RehearsalProblem

public RehearsalProblem()
Method Detail

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)


Copyright © 2012. All Rights Reserved.