Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AddConstraint(COptQuestCompoundConstraint) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the constraint defined by the input parameter to the optimization.
- AddConstraint(COptQuestConstraint) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the constraint defined by the input parameter to the optimization.
- AddConstraint(COptQuestConstraint) - Method in class com.opttek.optquest.COptQuestOrConstraint
-
Adds a
COptQuestConstraint
object to the COptQuestOrConstraint. - AddConstraint(COptQuestStringConstraint) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the string constraint defined by the input parameter to the optimization.
- AddConstraint(COptQuestStringConstraint) - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
Adds the string constraint defined by the input parameter to the optimization.
- AddDiscountRate(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the discount rate variable to the optimization.
- AddEnumerationValue(double) - Method in class com.opttek.optquest.COptQuestEnumerationVariable
-
Adds the input value to the enumerated values for this decision variable.
- AddEnumerationValues(int, double[]) - Method in class com.opttek.optquest.COptQuestEnumerationVariable
-
The enumerated values are in the input array.
- AddEnumerationValues(String) - Method in class com.opttek.optquest.COptQuestEnumerationVariable
-
Add enumerated values from a string where each value is separated by a blank or a comma.
- AddObjective(COptQuestObjective) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the objective defined by the input parameter to the optimization problem.
- AddObjective(COptQuestObjective) - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
Adds the objective defined by the input parameter to the optimization problem.
- AddObjective(COptQuestSingleObjective) - Method in class com.opttek.optquest.COptQuestFrontierMultiObjective
-
Adds the input sub-objective to the COptQuestFrontierMultiObjective
- AddObjective(COptQuestSingleObjective, double) - Method in class com.opttek.optquest.COptQuestWeightedMultiObjective
-
Deprecated.Adds the input sub-objective to the COptQuestWeightedMultiObjective and assigns a coefficient to the sub-objective.
- AddObjective(COptQuestSingleObjective, double, double) - Method in class com.opttek.optquest.COptQuestWeightedMultiObjective
-
Deprecated.Adds the input sub-objective to the COptQuestWeightedMultiObjective and assigns a coefficient to the objective and a value representing the goal of the objective.
- AddObjective(COptQuestSingleObjective, double, double, double) - Method in class com.opttek.optquest.COptQuestWeightedMultiObjective
-
Deprecated.Adds the input sub-objective to the COptQuestMultipleObjective and assigns a coefficient to the objective and values representing the range of the objective.
- AddObjectiveFunction(COptQuestObjectiveFunction) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the linear objective function defined by the input parameter to the optimization.
- AddPermutationGroup(COptQuestPermutationGroup) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the permutation group defined by the input parameter to the optimization problem.
- AddPermutationGroup(COptQuestPermutationGroup) - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
Adds the permutation group defined by the input parameter to the optimization problem.
- AddRequirement(COptQuestOrRequirement) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the "Or" requirement defined by the input parameter to the optimization.
- AddRequirement(COptQuestRequirement) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the requirement defined by the input parameter to the optimization.
- AddRequirement(COptQuestRequirement) - Method in class com.opttek.optquest.COptQuestOrRequirement
-
Adds a COptQuestRequirement object to the COptQuestOrRequirement.
- AddSelectionGroup(COptQuestSelectionGroup) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds a Selection Group to the optimization.
- AddSelectionGroup(COptQuestSelectionGroup) - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
Adds a Selection Group to the optimization.
- AddSuggestedSolution(COptQuestSolution) - Method in class com.opttek.optquest.COptQuestOptimization
-
The input solution is added to the set of suggested solutions.
- AddSuggestedSolution(COptQuestSolution) - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
The input solution is added to the set of suggested solutions.
- AddVariable(COptQuestPermutationVariable) - Method in class com.opttek.optquest.COptQuestPermutationGroup
-
Adds a permutation variable to the group.
- AddVariable(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestEquationSolver
-
Makes the decision variable available to the parsing methods.
- AddVariable(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestOptimization
-
Adds the variable defined by the input parameter to the optimization.
- AddVariable(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestSelectionGroup
-
Add a dependent variable that is set to the lower bound when the selection variable is off
- AddVariable(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
Adds the variable defined by the input parameter to the optimization.
- AddVariable(COptQuestVariable, double) - Method in class com.opttek.optquest.COptQuestConstraint
-
Adds a variable and its coefficient to the linear expression.
- AddVariable(COptQuestVariable, double) - Method in class com.opttek.optquest.COptQuestObjectiveFunction
-
Adds a variable and its coefficient to the linear objective which has the form coeff1 * var1 + coeff2 + var2 + coeffn * varN.
- AddVariables(ArrayList<COptQuestVariable>) - Method in class com.opttek.optquest.COptQuestEquationSolver
-
Makes the input array of decision variables available to the parsing methods.
- AreConstraintsValid() - Method in class com.opttek.optquest.COptQuestSolution
-
Returns whether or not the solution is valid with respect to all constraints.
- AreVariablesValid() - Method in class com.opttek.optquest.COptQuestSolution
-
Returns whether or not the solution is valid with respect to all variables.
- AUTOSTOPCYCLES - Variable in class com.opttek.optquest.COptQuestSearchParameters
- AUTOSTOPNUMSOLUTIONS - Variable in class com.opttek.optquest.COptQuestSearchParameters
- AUTOSTOPPERCENTIMPROVE - Variable in class com.opttek.optquest.COptQuestSearchParameters
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form