Index

A B C D E F G H I L M N O P Q R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

AddAllSolutions(OptQuestModel) - Method in class com.opttek.optquest.OptQuestModel
Copies all solutions from the input OptQuestModel to the the current OptQuestModel.
AddBinaryVariable(String) - Method in class com.opttek.optquest.OptQuestModel
Adds a binary variable with the given name.
AddConstraint(String, String) - Method in class com.opttek.optquest.OptQuestModel
Defines a linear or non-linear constraint where the expression may include variables and outputs.
AddContinuousVariable(String, double, double) - Method in class com.opttek.optquest.OptQuestModel
Adds a continuous variable with the given name, minimum value and maximum value.
AddDesignVariable(String, int) - Method in class com.opttek.optquest.OptQuestModel
Design variables are used when the value of the decision variable represents an alternative, and not a quantity.
AddDiscreteVariable(String, double, double, double) - Method in class com.opttek.optquest.OptQuestModel
Adds a discrete variable with the given name, minimum value, maximum value and step size.
AddEnumerationVariable(String, double[]) - Method in class com.opttek.optquest.OptQuestModel
Enumeration variables define a decision variable that has an enumerated set of values such as 5,7 and 25.
AddEvaluated() - Method in class com.opttek.optquest.OptQuestSolution
Used to supply solutions to the engine where the outputs have already been calculated.
AddEvaluatedSolution(COptQuestSolution) - Method in class com.opttek.optquest.OptQuestModel
Internal OptTek use only.
AddExchangeableGroup(String, String[]) - Method in class com.opttek.optquest.OptQuestModel
Exchangable Variables in the group are identical if they have the same value and can be swapped.
AddExchangeableGroup(String, String[][]) - Method in class com.opttek.optquest.OptQuestModel
Exchangable Variables in the group are identical if they have the same value and can be swapped.
AddExpressionVariable(String, String) - Method in class com.opttek.optquest.OptQuestModel
Defines a variable that is evaluated as an expression of other variables in the model.
AddGeolocationVariable(String, double[][]) - Method in class com.opttek.optquest.OptQuestModel
A geolocation variable defines a decision variable whose values are lists of latitude and longitude.
AddIntegerVariable(String, double, double) - Method in class com.opttek.optquest.OptQuestModel
Adds an integer variable with the given name, minimum value and maximum value.
AddMaximizeObjective(String, String) - Method in class com.opttek.optquest.OptQuestModel
Defines an objective where the optimization will work to maximize the objective value.
AddMinimizeObjective(String, String) - Method in class com.opttek.optquest.OptQuestModel
Defines an objective where the optimization will work to minimize the objective value.
AddObjective(String, String, String) - Method in class com.opttek.optquest.OptQuestModel
Defines an objective where the optimization will work to minimize or maximize the objective value.
AddOutputVariable(String) - Method in class com.opttek.optquest.OptQuestModel
An output variable allows you to set the value of the variable.
AddPermutationVariable(String, String[]) - Method in class com.opttek.optquest.OptQuestModel
Permutation variables are used to solve sequencing problems.
AddRequired() - Method in class com.opttek.optquest.OptQuestSolution
Used to supply "warm start" solutions to the engine.
AddRequiredSolution(COptQuestSolution) - Method in class com.opttek.optquest.OptQuestModel
Internal OptTek use only.
AddSampleMetric(String, String, String) - Method in class com.opttek.optquest.OptQuestModel
Defines an a response and error metric for adaptive sampling to track.
AddSelectionVariable(String, String[]) - Method in class com.opttek.optquest.OptQuestModel
Selection variables are used to add or remove other variables from the optimization.
AddSuggested() - Method in class com.opttek.optquest.OptQuestSolution
Used to supply "warm start" solutions to the engine.
AddSuggestSolution(COptQuestSolution) - Method in class com.opttek.optquest.OptQuestModel
Internal OptTek use only.
AddTupleVariable(String, double[][]) - Method in class com.opttek.optquest.OptQuestModel
A tuple defines a decision variable whose values are lists of tuples.
AddVariableExclusiveRange(String, double, double) - Method in class com.opttek.optquest.OptQuestModel
Defines a range of values that will be excluded as possible solutions for the variable identified by the name.
Async - Static variable in class com.opttek.optquest.OptQuestModel.SampleMethod
 
AutoStop - Static variable in class com.opttek.optquest.OptQuestModel.TerminationReason
 
A B C D E F G H I L M N O P Q R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values