|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectparser.instances.AbstractInstanceModel
samples.tutorials.lns.rcpsp.RCPSPModeler
public class RCPSPModeler
A CP model for the Resource Constrained Project Scheduling Problem
Field Summary |
---|
Fields inherited from class parser.instances.AbstractInstanceModel |
---|
dbManager, defaultConf, LOGGER, logMsg, model, objective, parser, solver |
Constructor Summary | |
---|---|
RCPSPModeler(Configuration defaultConfiguration)
|
Method Summary | |
---|---|
Model |
buildModel()
create the choco model after the preprocessing phase. |
Solver |
buildSolver()
create a solver from the current model |
Boolean |
preprocess()
Executes preprocessing ( bounding, heuristics ...) |
Boolean |
solve()
configure and launch the resolution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RCPSPModeler(Configuration defaultConfiguration)
Method Detail |
---|
public Boolean preprocess()
preprocess
in class AbstractInstanceModel
true
if a solution has been found, false
if the infeasibility has been proven and null
otherwise.public Model buildModel()
buildModel
in class AbstractInstanceModel
public Solver buildSolver()
buildSolver
in class AbstractInstanceModel
public Boolean solve()
solve
in class AbstractInstanceModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |