https://github.com/legraina/DynamicNurseScheduler
Raw File
Tip revision: aef751362239e9ade6448f3731a625c29c9a9f0f authored by Antoine Legrain on 25 October 2023, 20:54:55 UTC
Only publish docker image on version tag. (#33)
Tip revision: aef7513
lns_feas.txt
# global options of the deterministic procedure
solutionAlgorithm=GENCOL
solverType=CLP
divideIntoConnectedPositions=1
withRollingHorizon=0
withPrimalDual=0
withLNS=1

# complete solution options
completeOptimalityLevel=UNTIL_FEASIBLE

# rolling horizon options
rollingSamplePeriod=7
rollingControlHorizon=14
rollingPredictionHorizon=56
rollingOptimalityLevel=TWO_DIVES

# lns options
lnsMaxItWithoutImprovement=100
lnsNursesRandomDestroy=1
lnsNursesPositionDestroy=1
lnsNursesContractDestroy=1
lnsNbNursesDestroyOverTwoWeeks=24
lnsNbNursesDestroyOverFourWeeks=12
lnsNbNursesDestroyOverAllWeeks=6
lnsOptimalityLevel=TWO_DIVES

# default branch and price solver parameters
branchColumnDisjoint=1
performHeuristicAfterXNode=-1
heuristicMinIntegerPercent=50
spDefaultStrategy=0
spNbRotationsPerNurse=20
spNbNursesToPrice=15
verbose=1
back to top