Uses of Class
org.apache.commons.math3.optimization.linear.Relationship

Packages that use Relationship
org.apache.commons.math3.optimization.linear This package provides optimization algorithms for linear constrained problems. 
 

Uses of Relationship in org.apache.commons.math3.optimization.linear
 

Methods in org.apache.commons.math3.optimization.linear that return Relationship
 Relationship LinearConstraint.getRelationship()
          Deprecated. Get the relationship between left and right hand sides.
 Relationship Relationship.oppositeRelationship()
          Deprecated. Get the relationship obtained when multiplying all coefficients by -1.
static Relationship Relationship.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static Relationship[] Relationship.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.commons.math3.optimization.linear with parameters of type Relationship
LinearConstraint(double[] lhsCoefficients, double lhsConstant, Relationship relationship, double[] rhsCoefficients, double rhsConstant)
          Deprecated. Build a constraint involving two linear equations.
LinearConstraint(double[] coefficients, Relationship relationship, double value)
          Deprecated. Build a constraint involving a single linear equation.
LinearConstraint(RealVector lhsCoefficients, double lhsConstant, Relationship relationship, RealVector rhsCoefficients, double rhsConstant)
          Deprecated. Build a constraint involving two linear equations.
LinearConstraint(RealVector coefficients, Relationship relationship, double value)
          Deprecated. Build a constraint involving a single linear equation.
 



Copyright © 2017 CNES. All Rights Reserved.