allow high temps in open loop mode
This commit is contained in:
parent
744a4143f4
commit
2354e60f31
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ public class ObjectivesPlugin implements PluginBase, ConstraintsInterface {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Double applyMaxIOBConstraints(Double maxIob) {
|
public Double applyMaxIOBConstraints(Double maxIob) {
|
||||||
if (objectives.get(4).started.getTime() > 0)
|
if (objectives.get(4).started.getTime() > 0 || objectives.get(2).accomplished.getTime() == 0)
|
||||||
return maxIob;
|
return maxIob;
|
||||||
else {
|
else {
|
||||||
if (Config.logConstraintsChanges)
|
if (Config.logConstraintsChanges)
|
||||||
|
|
Loading…
Reference in a new issue