fr.jussieu.gla.wasa.samples.party
Class ProgressivePartyProblem

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.core.Problem
        |
        +--fr.jussieu.gla.wasa.samples.party.ProgressivePartyProblem

public class ProgressivePartyProblem
extends Problem

The main class for the Progressive Party problem.

Version:
$Revision: 1.3 $ $Date: 2002/04/17 15:24:08 $
Author:
Florent Selva, Laurent Caillette

Constructor Summary
ProgressivePartyProblem(Fleet fleet, int periodCount)
           
 
Method Summary
 Schedule getSchedule()
           
 Var[][] getScheduleVars()
          Returns a reference to the Vars used internally.
 void printInfo()
          Displays informations about the boats and the schedule.
 
Methods inherited from class fr.jussieu.gla.wasa.core.Problem
add, add, contains, getConstraint, getConstraintCount, getConstraints, getEngine, getErrorMixer, getExplorer, getExplorerCount, getExplorers, getRandomConfigurator, getVar, getVarCount, getVars, restore, setErrorMixer, setRandomConfigurator, snapshot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressivePartyProblem

public ProgressivePartyProblem(Fleet fleet,
                               int periodCount)
Method Detail

getSchedule

public Schedule getSchedule()

getScheduleVars

public Var[][] getScheduleVars()
Returns a reference to the Vars used internally.
Returns:
A reference to the Vars used internally.

printInfo

public void printInfo()
Displays informations about the boats and the schedule.