public abstract static class ExpressionsBasedModel.Presolver extends Object
Modifier | Constructor and Description |
---|---|
protected |
Presolver(int executionOrder) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(S reference) |
boolean |
equals(Object obj) |
int |
hashCode() |
abstract boolean |
simplify(Expression expression,
Set<Structure1D.IntIndex> remaining,
BigDecimal lower,
BigDecimal upper,
NumberContext precision) |
public abstract boolean simplify(Expression expression, Set<Structure1D.IntIndex> remaining, BigDecimal lower, BigDecimal upper, NumberContext precision)
remaining
- TODOlower
- TODOupper
- TODOpublic final int compareTo(S reference)
compareTo
in interface Comparable<S extends org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier<?,?>>
Copyright © 2019 Optimatika. All rights reserved.