Uses of Class
org.tweetyproject.math.opt.problem.OptimizationProblem
Packages that use OptimizationProblem
Package
Description
-
Uses of OptimizationProblem in org.tweetyproject.math.examples
Methods in org.tweetyproject.math.examples that return OptimizationProblemModifier and TypeMethodDescriptionstatic OptimizationProblemApacheCommonsSimplexEx2.createConstraintSatProb1()constructorstatic OptimizationProblemIteratedLocalSearchOnConstrProbEx.createConstraintSatProb1()constructorstatic OptimizationProblemSimpleGeneticOptimizationSolverEx.createConstraintSatProb1()constructorstatic OptimizationProblemSimulatedAnnealingOnConstrProbEx2.createConstraintSatProb1()constrcutorstatic OptimizationProblemStochasticLocalSearchOnConstrProbEx.createConstraintSatProb1()constructorstatic OptimizationProblemTabuSearchOnConstrProbEx.createConstraintSatProb1()constructor -
Uses of OptimizationProblem in org.tweetyproject.math.opt.problem
Methods in org.tweetyproject.math.opt.problem that return OptimizationProblem -
Uses of OptimizationProblem in org.tweetyproject.math.opt.solver
Methods in org.tweetyproject.math.opt.solver with parameters of type OptimizationProblemModifier and TypeMethodDescriptionvoidGurobiOptimizer.parseVars(OptimizationProblem prob)takes all Variables from a tweety problem and maps them to GRB Varaibles