Skip navigation links
A C D E F G I J L M N O P R S T U V 

A

allDiff(Var[]) - Method in class javax.constraints.impl.Problem
 
applySolution(Solution) - Method in class javax.constraints.impl.search.Solver
 

C

colLengths - Static variable in class javax.constraints.linear.MpsGenerator
 
colStarts - Static variable in class javax.constraints.linear.MpsGenerator
 
ComparableVariable - Class in javax.constraints.linear
 
ComparableVariable(Var) - Constructor for class javax.constraints.linear.ComparableVariable
Creates a new LP integer Variable based on a constrained var
ComparableVariable(VarReal) - Constructor for class javax.constraints.linear.ComparableVariable
Creates a new LP real Variable based on a constrained var
compareTo(Object) - Method in class javax.constraints.linear.ComparableVariable
Used for sorting arrays of LpVariables by their names
Constraint - Class in javax.constraints.impl
This is a placeholder for linear constraints that look like: coefficients * vars 'oper; value If coefficients == null then it is simply sum of vars 'oper' value Scalar products define the following constraint: {coefficients,-1} * {vars,derivedVar} = 0
Constraint(Problem) - Constructor for class javax.constraints.impl.Constraint
 
constraintsWithDerivedVars() - Method in class javax.constraints.impl.Problem
 
createSolver() - Method in class javax.constraints.impl.Problem
 
createVariable(String, int, int) - Method in class javax.constraints.impl.Problem
 
createVariable(String) - Method in class javax.constraints.impl.Problem
 
createVariableReal(String, double, double) - Method in class javax.constraints.impl.Problem
 
createVariableReal(String) - Method in class javax.constraints.impl.Problem
 

D

debug(String) - Method in class javax.constraints.impl.Problem
 

E

error(String) - Method in class javax.constraints.impl.Problem
 
execute(String, String) - Static method in class javax.constraints.linear.StreamGobbler
 
execute(String, String, int) - Static method in class javax.constraints.linear.StreamGobbler
 
execute(String, String, String, int) - Static method in class javax.constraints.linear.StreamGobbler
 

F

findConstraintForVariable(String) - Method in class javax.constraints.impl.Problem
 
findOptimalSolution(Objective, Var) - Method in class javax.constraints.linear.LinearSolver
 
findOptimalSolution(Objective, VarReal) - Method in class javax.constraints.linear.LinearSolver
 
findOptimalSolution(Objective, Var, OptimizationStrategy) - Method in class javax.constraints.linear.LinearSolver
 
findSolution(ProblemState) - Method in class javax.constraints.impl.search.Solver
 
format(double, String) - Static method in class javax.constraints.linear.MpsGenerator
Returns a formatted string representation of the passed double value,
format(double) - Static method in class javax.constraints.linear.MpsGenerator
Returns a formatted string representation of the passed double value,

G

generate() - Method in class javax.constraints.linear.MpsGenerator
Creates a .mps format representation of this linear problem and places it within the passed file parameter of the constructor.
generateMpsFile(Objective, Var) - Method in class javax.constraints.linear.LinearSolver
 
generateMpsFile(Objective, VarReal) - Method in class javax.constraints.linear.LinearSolver
 
generateMpsFile(Objective, AbstractConstrainedVariable) - Method in class javax.constraints.linear.LinearSolver
 
getAt(String) - Method in class javax.constraints.impl.search.Solution
A synonym for getValue(name).
getCoefficients() - Method in class javax.constraints.impl.Constraint
 
getCommanLine() - Method in class javax.constraints.linear.LinearSolver
 
getDefaultOptimizationObjective() - Method in class javax.constraints.linear.LinearSolver
 
getDerivedVar() - Method in class javax.constraints.impl.Constraint
 
getImplVersion() - Method in class javax.constraints.impl.Problem
 
getInputFilename() - Method in class javax.constraints.linear.LinearSolver
 
getLogFilename() - Method in class javax.constraints.linear.LinearSolver
 
getMax(String) - Method in class javax.constraints.impl.search.Solution
 
getMax() - Method in class javax.constraints.impl.Var
 
getMax() - Method in class javax.constraints.impl.VarReal
 
getMin(String) - Method in class javax.constraints.impl.search.Solution
 
getMin() - Method in class javax.constraints.impl.Var
 
getMin() - Method in class javax.constraints.impl.VarReal
 
getName() - Method in class javax.constraints.linear.ComparableVariable
 
getNumberOfVarReals() - Method in class javax.constraints.impl.search.Solution
Returns the number of decision integer variables in the solution
getNumberOfVars() - Method in class javax.constraints.impl.search.Solution
Returns the number of decision integer variables in the solution
getNumberOfVarSets() - Method in class javax.constraints.impl.search.Solution
 
getOper() - Method in class javax.constraints.impl.Constraint
 
getOutputFilename() - Method in class javax.constraints.linear.LinearSolver
 
getProblem() - Method in class javax.constraints.impl.search.Solution
 
getRealFormat() - Static method in class javax.constraints.linear.MpsGenerator
Sets the output format for displaying decimal values.
getRowCount() - Method in class javax.constraints.linear.MpsGenerator
 
getSolutionNumber() - Method in class javax.constraints.impl.search.Solution
 
getSolver() - Method in class javax.constraints.impl.search.Solution
 
getValue() - Method in class javax.constraints.impl.Constraint
 
getValue() - Method in class javax.constraints.impl.Reversible
 
getValue(String) - Method in class javax.constraints.impl.search.Solution
 
getValueReal(String) - Method in class javax.constraints.impl.search.Solution
 
getValueSet(String) - Method in class javax.constraints.impl.search.Solution
 
getValueString(String) - Method in class javax.constraints.impl.search.Solution
 
getVar() - Method in class javax.constraints.linear.ComparableVariable
 
getVarReal() - Method in class javax.constraints.linear.ComparableVariable
 
getVars() - Method in class javax.constraints.impl.Constraint
 
getVersion() - Method in class javax.constraints.linear.LinearSolver
 

I

incrementRowCount() - Method in class javax.constraints.linear.MpsGenerator
 
indexOfVariable(String) - Method in class javax.constraints.linear.LinearSolver
 
isBound(String) - Method in class javax.constraints.impl.search.Solution
 
isBound() - Method in class javax.constraints.impl.search.Solution
 
isBound() - Method in class javax.constraints.impl.Var
 
isBound() - Method in class javax.constraints.impl.VarReal
 
isDerived() - Method in class javax.constraints.impl.Var
 
isDerived() - Method in class javax.constraints.impl.VarReal
 
isDerivedVar(AbstractConstrainedVariable) - Method in class javax.constraints.impl.Problem
 
isInteger() - Method in class javax.constraints.linear.ComparableVariable
 
isIntegerVariablesOnly() - Method in class javax.constraints.linear.MpsGenerator
 
isReal() - Method in class javax.constraints.linear.ComparableVariable
 
isUsedInConstraints() - Method in class javax.constraints.impl.Var
 
isUsedInConstraints() - Method in class javax.constraints.impl.VarReal
 

J

javax.constraints.impl - package javax.constraints.impl
 
javax.constraints.impl.search - package javax.constraints.impl.search
 
javax.constraints.linear - package javax.constraints.linear
 
JSR331_LINEAR_VERSION - Static variable in class javax.constraints.impl.Problem
 

L

linear(Var, String, int) - Method in class javax.constraints.impl.Problem
 
linear(Var, String, Var) - Method in class javax.constraints.impl.Problem
 
LinearSolver - Class in javax.constraints.linear
 
LinearSolver() - Constructor for class javax.constraints.linear.LinearSolver
 
LinearSolverFactory - Class in javax.constraints.linear
 
LinearSolverFactory() - Constructor for class javax.constraints.linear.LinearSolverFactory
 
loadFromXML(InputStream) - Method in class javax.constraints.impl.Problem
 
log(String) - Method in class javax.constraints.impl.Problem
 
log() - Method in class javax.constraints.impl.search.Solution
 
log(int) - Method in class javax.constraints.impl.search.Solution
Logs the solution in the information log.
logVarReals() - Method in class javax.constraints.impl.search.Solution
Logs real variables of the solution in the information log
logVars() - Method in class javax.constraints.impl.search.Solution
Logs integer variables of the solution in the information log
LP_SOLVER_EXE - Static variable in class javax.constraints.linear.LinearSolver
 
LP_SOLVER_OPTIONS - Static variable in class javax.constraints.linear.LinearSolver
 

M

MpsGenerator - Class in javax.constraints.linear
 
MpsGenerator(Problem, int, AbstractConstrainedVariable, File) - Constructor for class javax.constraints.linear.MpsGenerator
 
multiply(int) - Method in class javax.constraints.impl.Var
 
multiply(double) - Method in class javax.constraints.impl.VarReal
 

N

negateCoefficients() - Method in class javax.constraints.impl.Constraint
 
negative() - Method in class javax.constraints.impl.Var
 
negative() - Method in class javax.constraints.impl.VarReal
 
newLinearSolver(Problem) - Static method in class javax.constraints.linear.LinearSolverFactory
 
newSearchStrategy() - Method in class javax.constraints.impl.search.Solver
 
NonLinearProblemException - Exception in javax.constraints.linear
Exception thrown when a problem is found to be non-linear while building the LP model
NonLinearProblemException(String) - Constructor for exception javax.constraints.linear.NonLinearProblemException
 
NotImplementedException - Exception in javax.constraints.linear
Exception thrown when a method is not implemented
NotImplementedException(String) - Constructor for exception javax.constraints.linear.NotImplementedException
 

O

OBJ - Static variable in class javax.constraints.linear.MpsGenerator
 
OBJ_ID - Static variable in class javax.constraints.linear.MpsGenerator
 
OUTPUT_FOLDER - Static variable in class javax.constraints.linear.LinearSolver
 

P

plus(int) - Method in class javax.constraints.impl.Var
 
plus(Var) - Method in class javax.constraints.impl.Var
 
post(int[], Var[], String, int) - Method in class javax.constraints.impl.Problem
 
post(int[], Var[], String, Var) - Method in class javax.constraints.impl.Problem
 
post(Var[], String, int) - Method in class javax.constraints.impl.Problem
 
post(Var[], String, Var) - Method in class javax.constraints.impl.Problem
 
post(Var, String, int) - Method in class javax.constraints.impl.Problem
 
post(Var, String, Var) - Method in class javax.constraints.impl.Problem
 
post(double[], Var[], String, double) - Method in class javax.constraints.impl.Problem
Creates and posts a constraint: array*vars 'oper' value for an "array: of real coefficients to be multiplied by an array "vars" of integer constrained variables
post(double[], VarReal[], String, double) - Method in class javax.constraints.impl.Problem
 
post(double[], ConstrainedVariable[], String, double) - Method in class javax.constraints.impl.Problem
 
post(double[], VarReal[], String, VarReal) - Method in class javax.constraints.impl.Problem
 
post(double[], ConstrainedVariable[], String, ConstrainedVariable) - Method in class javax.constraints.impl.Problem
 
post(VarReal[], String, double) - Method in class javax.constraints.impl.Problem
 
post(VarReal[], String, int) - Method in class javax.constraints.impl.Problem
 
post(VarReal[], String, VarReal) - Method in class javax.constraints.impl.Problem
 
post(VarReal, String, double) - Method in class javax.constraints.impl.Problem
 
post(VarReal, String, int) - Method in class javax.constraints.impl.Problem
 
post(VarReal, String, VarReal) - Method in class javax.constraints.impl.Problem
 
post(VarReal, String, Var) - Method in class javax.constraints.impl.Problem
 
post(Var, String, VarReal) - Method in class javax.constraints.impl.Problem
 
post(Constraint) - Method in class javax.constraints.impl.Problem
 
postCardinality(Var[], int, String, int) - Method in class javax.constraints.impl.Problem
 
postCardinality(Var[], int, String, Var) - Method in class javax.constraints.impl.Problem
 
postElement(int[], Var, String, int) - Method in class javax.constraints.impl.Problem
 
postElement(int[], Var, String, Var) - Method in class javax.constraints.impl.Problem
 
postElement(Var[], Var, String, int) - Method in class javax.constraints.impl.Problem
 
postElement(Var[], Var, String, Var) - Method in class javax.constraints.impl.Problem
 
postScalProd(Var, String, int[], Var[]) - Method in class javax.constraints.impl.Problem
Creates and posts a constraint: var "oper" scalProd(arrayOfValues,arrayOfVariables)
preProcess() - Method in class javax.constraints.linear.LinearSolver
 
Problem - Class in javax.constraints.impl
 
Problem() - Constructor for class javax.constraints.impl.Problem
 
Problem(String) - Constructor for class javax.constraints.impl.Problem
 

R

readResults() - Method in class javax.constraints.linear.LinearSolver
Reads an output file and produces a HashMap which elements contain pairs: - String varName - String value
Reversible - Class in javax.constraints.impl
 
Reversible(Problem, int) - Constructor for class javax.constraints.impl.Reversible
 
Reversible(Problem, String, int) - Constructor for class javax.constraints.impl.Reversible
 
run() - Method in class javax.constraints.linear.StreamGobbler
 

S

save() - Method in class javax.constraints.impl.search.Solution
 
scalProd(int[], Var[]) - Method in class javax.constraints.impl.Problem
 
scalProd(String, int[], Var[]) - Method in class javax.constraints.impl.Problem
 
scalProd(double[], VarReal[]) - Method in class javax.constraints.impl.Problem
Returns a real constrained variable equal to the scalar product of an array of values "arrayOfValues" and an array of variables "arrayOfVariables".
scalProd(double[], ConstrainedVariable[]) - Method in class javax.constraints.impl.Problem
 
setCoefficients(int[]) - Method in class javax.constraints.impl.Constraint
 
setCoefficients(double[]) - Method in class javax.constraints.impl.Constraint
 
setDerivedVar(ConstrainedVariable) - Method in class javax.constraints.impl.Constraint
 
setIntegerVariablesOnly(boolean) - Method in class javax.constraints.linear.MpsGenerator
 
setMax(int) - Method in class javax.constraints.impl.Var
 
setMax(double) - Method in class javax.constraints.impl.VarReal
 
setMin(int) - Method in class javax.constraints.impl.Var
 
setMin(double) - Method in class javax.constraints.impl.VarReal
 
setOper(String) - Method in class javax.constraints.impl.Constraint
 
setRealFormat(String) - Static method in class javax.constraints.linear.MpsGenerator
Sets the output format for displaying decimal values.
setSolutionNumber(int) - Method in class javax.constraints.impl.search.Solution
 
setUsedInConstraints(boolean) - Method in class javax.constraints.impl.Var
 
setUsedInConstraints(boolean) - Method in class javax.constraints.impl.VarReal
 
setValue(double) - Method in class javax.constraints.impl.Constraint
 
setValue(int) - Method in class javax.constraints.impl.Reversible
 
setValue(String, int) - Method in class javax.constraints.impl.search.Solution
 
setValue(int) - Method in class javax.constraints.impl.Var
 
setValue(double) - Method in class javax.constraints.impl.VarReal
 
setValueReal(String, double) - Method in class javax.constraints.impl.search.Solution
 
setVars(ConstrainedVariable[]) - Method in class javax.constraints.impl.Constraint
 
setVars(Var[]) - Method in class javax.constraints.impl.Constraint
 
setVars(VarReal[]) - Method in class javax.constraints.impl.Constraint
 
Solution - Class in javax.constraints.impl.search
 
Solution(Solver, int) - Constructor for class javax.constraints.impl.search.Solution
 
solve(File) - Method in class javax.constraints.linear.LinearSolver
 
solve(File, int) - Method in class javax.constraints.linear.LinearSolver
 
Solver - Class in javax.constraints.impl.search
 
Solver() - Constructor for class javax.constraints.impl.search.Solver
 
Solver(Problem) - Constructor for class javax.constraints.impl.search.Solver
 
split(String) - Static method in class javax.constraints.linear.LinearSolver
 
storeToXML(OutputStream, String) - Method in class javax.constraints.impl.Problem
 
StreamGobbler - Class in javax.constraints.linear
 
sum(Var[]) - Method in class javax.constraints.impl.Problem
 
sum(String, Var[]) - Method in class javax.constraints.impl.Problem
 
sum(VarReal[]) - Method in class javax.constraints.impl.Problem
 

T

toString() - Method in class javax.constraints.impl.search.Solution
 
trace(Var) - Method in class javax.constraints.impl.search.Solver
 
trace(Var[]) - Method in class javax.constraints.impl.search.Solver
 
trace(VarSet) - Method in class javax.constraints.impl.search.Solver
 

U

uniqueName(String) - Method in class javax.constraints.linear.LinearSolver
 

V

Var - Class in javax.constraints.impl
 
Var(Problem) - Constructor for class javax.constraints.impl.Var
 
Var(Problem, String) - Constructor for class javax.constraints.impl.Var
 
VarBool - Class in javax.constraints.impl
 
VarBool(Problem, String) - Constructor for class javax.constraints.impl.VarBool
 
VarBool(Problem) - Constructor for class javax.constraints.impl.VarBool
 
variableBool(String) - Method in class javax.constraints.impl.Problem
 
VarReal - Class in javax.constraints.impl
 
VarReal(Problem) - Constructor for class javax.constraints.impl.VarReal
 
VarReal(Problem, String) - Constructor for class javax.constraints.impl.VarReal
 
A C D E F G I J L M N O P R S T U V 
Skip navigation links

Copyright © 2024. All rights reserved.