Uses of Class
org.ojalgo.structure.Structure1D.IntIndex
Packages that use Structure1D.IntIndex
-
Uses of Structure1D.IntIndex in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return types with arguments of type Structure1D.IntIndexModifier and TypeMethodDescriptionExpressionsBasedModel.getFixedVariables()Expression.getLinearEntrySet()Expression.getLinearKeySet()Methods in org.ojalgo.optimisation with parameters of type Structure1D.IntIndexModifier and TypeMethodDescriptiondoubleExpression.doubleValue(Structure1D.IntIndex key, boolean adjusted) Expression.get(Structure1D.IntIndex key) Expression.get(Structure1D.IntIndex key, boolean adjusted) ExpressionsBasedModel.getVariable(Structure1D.IntIndex index) intExpressionsBasedModel.indexOfFreeVariable(Structure1D.IntIndex variableIndex) intExpressionsBasedModel.indexOfIntegerVariable(Structure1D.IntIndex variableIndex) intExpressionsBasedModel.indexOfNegativeVariable(Structure1D.IntIndex variableIndex) intExpressionsBasedModel.indexOfPositiveVariable(Structure1D.IntIndex variableIndex) Method parameters in org.ojalgo.optimisation with type arguments of type Structure1D.IntIndexModifier and TypeMethodDescriptionstatic voidPresolvers.checkFeasibility(Expression expression, Set<Structure1D.IntIndex> remaining, BigDecimal lower, BigDecimal upper, NumberContext precision, boolean relaxed) Expression.compensate(Set<Structure1D.IntIndex> fixedVariables) Will return an Expression with factors corresponding to fixed variables removed, and lower/upper limits compensated for the fixed part of the expression.abstract booleanExpressionsBasedModel.Presolver.simplify(Expression expression, Set<Structure1D.IntIndex> remaining, BigDecimal lower, BigDecimal upper, NumberContext precision) -
Uses of Structure1D.IntIndex in org.ojalgo.structure
Methods in org.ojalgo.structure that return Structure1D.IntIndexModifier and TypeMethodDescriptionStructure2D.IntRowColumn.column()static Structure1D.IntIndexStructure1D.IntIndex.of(int index) Structure2D.IntRowColumn.row()Methods in org.ojalgo.structure with parameters of type Structure1D.IntIndexConstructors in org.ojalgo.structure with parameters of type Structure1D.IntIndex