org.ojalgo.optimisation.linear.network
Class Arc
java.lang.Object
org.ojalgo.optimisation.ModelEntity<Variable>
org.ojalgo.optimisation.Variable
org.ojalgo.optimisation.linear.network.Arc
- All Implemented Interfaces:
- Comparable<Variable>, Constraint, Objective
public final class Arc
- extends Variable
Arc
- Author:
- apete
| Methods inherited from class org.ojalgo.optimisation.Variable |
copy, getAdjustedUnit, getAdjustmentFactor, getLowerSlack, getUpperSlack, getValue, integer, isBinary, isInteger, isValueSet, makeBinary, quantifyContribution, setInteger, setValue, validateState |
| Methods inherited from class org.ojalgo.optimisation.ModelEntity |
compareTo, equals, getAdjustedLowerLimit, getAdjustedUpperLimit, getContributionWeight, getLowerLimit, getName, getUpperLimit, hashCode, isConstraint, isContributionWeightSet, isEqualityConstraint, isLowerConstraint, isLowerLimitSet, isObjective, isUpperConstraint, isUpperLimitSet, level, lower, setContributionWeight, setLowerLimit, setUpperLimit, toString, upper, validateConfiguration, weight |
Arc
public Arc(Node anOrigin,
Node aDestination)
Arc
public Arc(String aName,
Node anOrigin,
Node aDestination)
getDestination
public final Node getDestination()
getOrigin
public final Node getOrigin()