A B C E F G I L M N O P R S T U V W _ 

G

GE - org.ssclab.pl.milp.ConsType
To define a constraint of the type > =
getAj() - Method in class org.ssclab.pl.milp.Constraint
 
getC() - Method in class org.ssclab.pl.milp.LinearObjectiveFunction
 
getListConstraint() - Method in class org.ssclab.pl.milp.ListConstraints
 
getLower() - Method in interface org.ssclab.pl.milp.Variable
Retrieves its lower bound.
getMatrix() - Method in class org.ssclab.pl.milp.util.A_DataMatrix
 
getName() - Method in interface org.ssclab.pl.milp.SolutionConstraint
Retrieves the name of the constraint.
getName() - Method in interface org.ssclab.pl.milp.Variable
Retrieves the name of the variable.
getnCol() - Method in class org.ssclab.pl.milp.util.A_DataMatrix
 
getnCol() - Method in class org.ssclab.pl.milp.util.A_Matrix
 
getnRow() - Method in class org.ssclab.pl.milp.util.A_DataMatrix
 
getnRow() - Method in class org.ssclab.pl.milp.util.A_Matrix
 
getNumLp() - Method in enum org.ssclab.pl.milp.util.MILPThreadsNumber
 
getNumMaxIteration() - Method in class org.ssclab.pl.milp.LP
This method returns the maximum number of simplex iterations
getNumMaxIterationForSingleSimplex() - Method in class org.ssclab.pl.milp.MILP
 
getNumMaxSimplexs() - Method in class org.ssclab.pl.milp.MILP
 
getOptimumValue() - Method in interface org.ssclab.pl.milp.Solution
Retrieves the optimal value assumed by the objective function.
getRel() - Method in class org.ssclab.pl.milp.Constraint
 
getRel() - Method in interface org.ssclab.pl.milp.SolutionConstraint
Retrieves the type of constraint (GE, LE, EQ).
getRelaxedSolution() - Method in class org.ssclab.pl.milp.MILP
This method returns the solution of the problem by removing the integer constraints (relaxed solution).
getRhs() - Method in class org.ssclab.pl.milp.Constraint
 
getRhs() - Method in interface org.ssclab.pl.milp.SolutionConstraint
Retrieves the fixed component Rhs of the constraint.
getSolution() - Method in class org.ssclab.pl.milp.LP
If the problem has an optimal solution, this method returns that optimal solution in the form of an object of the Solution class.
getSolution() - Method in class org.ssclab.pl.milp.MILP
This method returns, if it exists, the optimal integer, mixed-integer, or binary solution.
getSolutionConstraint() - Method in interface org.ssclab.pl.milp.Solution
Retrieves an array of SolutionConstraint objects from which to obtain the value that each constraint assumes by substituting the optimal solution for the unknown variables.
getStandartMatrixA() - Method in class org.ssclab.pl.milp.LP
This method returns the matrix A obtained after the process of reduction to standard form (max z , Ax + s=b, x ≥ 0, b ≥ 0) of the original linear programming problem.
getStandartVectorB() - Method in class org.ssclab.pl.milp.LP
This method returns the vector b of the rhs values obtained after the process of reduction to standard form(max z , Ax+s=b, x ≥ 0, b ≥ 0) of the original linear programming problem.
getStandartVectorC() - Method in class org.ssclab.pl.milp.LP
This method returns the vector c of the coefficients of the objective function after the process of reduction to standard form (max z , Ax+s=b, x ≥ 0, b ≥ 0) of the original linear programming problem.
getThread() - Method in enum org.ssclab.pl.milp.util.LPThreadsNumber
 
getThread() - Method in enum org.ssclab.pl.milp.util.MILPThreadsNumber
 
getThreadNumber() - Method in class org.ssclab.pl.milp.MILP
 
getThreadsNumber() - Method in class org.ssclab.pl.milp.LP
 
getType() - Method in class org.ssclab.pl.milp.LinearObjectiveFunction
 
getType() - Method in interface org.ssclab.pl.milp.Variable
Retrieves the type of variable (integer, binary, real).
getTypeSolution() - Method in interface org.ssclab.pl.milp.Solution
Retrieves the type of solution obtained.
getUpper() - Method in interface org.ssclab.pl.milp.Variable
Retrieves its upper bound if set (by default it is + ∞)
getValue() - Method in enum org.ssclab.pl.milp.EPSILON
 
getValue() - Method in interface org.ssclab.pl.milp.Solution
Retrieves the value assumed by the objective function.
getValue() - Method in interface org.ssclab.pl.milp.SolutionConstraint
Retrieves the value that the LHS component assumes by substituting the unknown variables with the determined optimal solution.
getValue() - Method in enum org.ssclab.pl.milp.SolutionType
Retrieves the value associated with the enumeration.
getValue() - Method in interface org.ssclab.pl.milp.Variable
Retrieves the optimal value assumed by the variable within the determined optimal solution.
getValuesSolution() - Method in class org.ssclab.pl.milp.LP
If the problem has an optimal solution, this method returns that optimal solution in the form of an array with the values of the variables.
getValuesSolution() - Method in class org.ssclab.pl.milp.MILP
If the problem has an optimal solution, this method returns that optimal solution in the form of an array with the values of the variables.
getValuesSolution() - Method in interface org.ssclab.pl.milp.Solution
Retrieves the values of the variables in an array.
getVariables() - Method in interface org.ssclab.pl.milp.Solution
Retrieves an array of Variable objects from which to obtain the characteristics and the optimal value assumed by each variable.
GoalType - Enum in org.ssclab.pl.milp
This enumeration allows declaring the type of optimization sought on the objective function: maximization or minimization.
A B C E F G I L M N O P R S T U V W _