Uses of Class
jline.opt.variables.DecisionVariable
Packages that use DecisionVariable
-
Uses of DecisionVariable in jline.opt
Methods in jline.opt that return types with arguments of type DecisionVariableModifier and TypeMethodDescriptionLineEvaluator.getFixedVariables()OptimizationProblem.getFixedVariables()LineEvaluator.getVariables()OptimizationProblem.getVariables()Methods in jline.opt with parameters of type DecisionVariableMethod parameters in jline.opt with type arguments of type DecisionVariableModifier and TypeMethodDescriptionOptimizationProblem.setFixedVariables(List<Pair<DecisionVariable, Object>> pairs) Constructor parameters in jline.opt with type arguments of type DecisionVariableModifierConstructorDescriptionLineEvaluator(Network model, List<DecisionVariable> variables, List<Pair<DecisionVariable, Object>> fixedVariables) -
Uses of DecisionVariable in jline.opt.decomposition
Fields in jline.opt.decomposition with type parameters of type DecisionVariableMethod parameters in jline.opt.decomposition with type arguments of type DecisionVariableModifier and TypeMethodDescriptionDecompositionWorkflow.addSubProblem(String name, List<DecisionVariable> variables, List<String> after) Constructor parameters in jline.opt.decomposition with type arguments of type DecisionVariableModifierConstructorDescriptionSubProblem(String name, String variableType, List<DecisionVariable> variables) -
Uses of DecisionVariable in jline.opt.variables
Subclasses of DecisionVariable in jline.opt.variablesModifier and TypeClassDescriptionclassOptimize the priority of job classes.classOptimize the class-to-station mapping by rerouting a job class through a selected candidate station and bypassing the others, preserving default routing of every other class.classOptimize the fixed circulating population of a closed class.classOptimize the routing probabilities of a job class from a source node to a list of target nodes.classOptimize the number of servers at a station.classOptimize the exponential processing rate of a station for a job class.classOptimize the number of identical copies (replicas) of a station.