|
@ -42,8 +42,9 @@ class MilpPermissiveSchedulerComputation : public PermissiveSchedulerComputation |
|
|
|
|
|
|
|
|
void calculatePermissiveScheduler(bool lowerBound, double boundary) override { |
|
|
void calculatePermissiveScheduler(bool lowerBound, double boundary) override { |
|
|
createMILP(lowerBound, boundary, this->mPenalties); |
|
|
createMILP(lowerBound, boundary, this->mPenalties); |
|
|
|
|
|
//STORM_LOG_DEBUG("Calling optimizer"); |
|
|
solver.optimize(); |
|
|
solver.optimize(); |
|
|
|
|
|
|
|
|
|
|
|
//STORM_LOG_DEBUG("Done optimizing.") |
|
|
mCalledOptimizer = true; |
|
|
mCalledOptimizer = true; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|