samples.tutorials
Class PatternExample
java.lang.Object
samples.tutorials.PatternExample
- All Implemented Interfaces:
- Example
- Direct Known Subclasses:
- AircraftLanding, AirPlaneLanding, AirPlaneLandingWithLNS, AllIntervalSeries, Arm, Assignment, Candles, CarSequence, CumulativeScheduling, CycloHexan, DonaldGeraldRobert, GolombRuler, HowOldAmI, IntVarExample, KnapSack, Langford, MachineScheduling, MachineSchedulingLabelQuotient, MachineSchedulingVariableSpeed, MagicSerie, MagicSquare, MinimumEdgeDeletion, OpenShopScheduling, Ordering, PackVisu, Partition, PertCPM, ProjectScheduling, ProjectSchedulingLoad, Queen, RackConfiguration, RealVarExample, RehearsalProblem, ResourceAllocation, ResourceGUI, SendMoreMoney, SetVarExample, SteinerSystem, StressTest1, StressTest2, StressTest3, StressTest4, Sudoku, TaskVarExample, U2planning, WolfGoatCabbage1
public abstract class PatternExample
- extends Object
- implements Example
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
model
public Model model
solver
public Solver solver
PatternExample
public PatternExample()
printDescription
public void printDescription()
buildModel
public abstract void buildModel()
buildSolver
public abstract void buildSolver()
solve
public abstract void solve()
prettyOut
public abstract void prettyOut()
readArgs
public final void readArgs(String... args)
execute
public final void execute(String... args)
- Specified by:
execute
in interface Example
execute
public final void execute()
Copyright © 2012. All Rights Reserved.