Uses of Class
net.sf.tweety.math.opt.problem.ElementOfCombinatoricsProb
-
Packages that use ElementOfCombinatoricsProb Package Description net.sf.tweety.math.examples net.sf.tweety.math.opt.problem net.sf.tweety.math.opt.solver -
-
Uses of ElementOfCombinatoricsProb in net.sf.tweety.math.examples
Methods in net.sf.tweety.math.examples that return types with arguments of type ElementOfCombinatoricsProb Modifier and Type Method Description java.util.ArrayList<ElementOfCombinatoricsProb>KnapSack. createRandomNewSolution(java.util.ArrayList<ElementOfCombinatoricsProb> currSol)java.util.ArrayList<ElementOfCombinatoricsProb>TravelingSalesman. createRandomNewSolution(java.util.ArrayList<ElementOfCombinatoricsProb> currSol)Method parameters in net.sf.tweety.math.examples with type arguments of type ElementOfCombinatoricsProb Modifier and Type Method Description java.util.ArrayList<ElementOfCombinatoricsProb>KnapSack. createRandomNewSolution(java.util.ArrayList<ElementOfCombinatoricsProb> currSol)java.util.ArrayList<ElementOfCombinatoricsProb>TravelingSalesman. createRandomNewSolution(java.util.ArrayList<ElementOfCombinatoricsProb> currSol)doubleKnapSack. evaluate(java.util.ArrayList<ElementOfCombinatoricsProb> sol)doubleTravelingSalesman. evaluate(java.util.ArrayList<ElementOfCombinatoricsProb> sol)booleanKnapSack. isValid(java.util.ArrayList<ElementOfCombinatoricsProb> sol)booleanTravelingSalesman. isValid(java.util.ArrayList<ElementOfCombinatoricsProb> sol)doubleKnapSack. sumOfValues(java.util.ArrayList<ElementOfCombinatoricsProb> sol)doubleKnapSack. sumOfWeights(java.util.ArrayList<ElementOfCombinatoricsProb> sol)doubleTravelingSalesman. sumOfWeights(java.util.ArrayList<ElementOfCombinatoricsProb> sol)Constructor parameters in net.sf.tweety.math.examples with type arguments of type ElementOfCombinatoricsProb Constructor Description KnapSack(java.util.ArrayList<ElementOfCombinatoricsProb> elements, Term maxWeight)TravelingSalesman(java.util.ArrayList<ElementOfCombinatoricsProb> elements) -
Uses of ElementOfCombinatoricsProb in net.sf.tweety.math.opt.problem
Methods in net.sf.tweety.math.opt.problem that return types with arguments of type ElementOfCombinatoricsProb Modifier and Type Method Description java.util.ArrayList<ElementOfCombinatoricsProb>CombinatoricsProblem. createDifference(java.util.ArrayList<ElementOfCombinatoricsProb> c)abstract java.util.ArrayList<ElementOfCombinatoricsProb>CombinatoricsProblem. createRandomNewSolution(java.util.ArrayList<ElementOfCombinatoricsProb> currSol)java.util.ArrayList<java.util.ArrayList<ElementOfCombinatoricsProb>>CombinatoricsProblem. formNeighborhood(java.util.ArrayList<ElementOfCombinatoricsProb> currSol, int minIterations, int maxIteration, double threshold)Method parameters in net.sf.tweety.math.opt.problem with type arguments of type ElementOfCombinatoricsProb Modifier and Type Method Description java.util.ArrayList<ElementOfCombinatoricsProb>CombinatoricsProblem. createDifference(java.util.ArrayList<ElementOfCombinatoricsProb> c)abstract java.util.ArrayList<ElementOfCombinatoricsProb>CombinatoricsProblem. createRandomNewSolution(java.util.ArrayList<ElementOfCombinatoricsProb> currSol)abstract doubleCombinatoricsProblem. evaluate(java.util.ArrayList<ElementOfCombinatoricsProb> sol)java.util.ArrayList<java.util.ArrayList<ElementOfCombinatoricsProb>>CombinatoricsProblem. formNeighborhood(java.util.ArrayList<ElementOfCombinatoricsProb> currSol, int minIterations, int maxIteration, double threshold)abstract booleanCombinatoricsProblem. isValid(java.util.ArrayList<ElementOfCombinatoricsProb> sol)abstract doubleCombinatoricsProblem. sumOfWeights(java.util.ArrayList<ElementOfCombinatoricsProb> sol)Constructor parameters in net.sf.tweety.math.opt.problem with type arguments of type ElementOfCombinatoricsProb Constructor Description CombinatoricsProblem(java.util.List<ElementOfCombinatoricsProb> elements) -
Uses of ElementOfCombinatoricsProb in net.sf.tweety.math.opt.solver
Methods in net.sf.tweety.math.opt.solver that return types with arguments of type ElementOfCombinatoricsProb Modifier and Type Method Description java.util.ArrayList<ElementOfCombinatoricsProb>SimulatedAnnealing. solve(java.util.ArrayList<ElementOfCombinatoricsProb> initialSol)java.util.ArrayList<ElementOfCombinatoricsProb>TabuSearch. solve(java.util.ArrayList<ElementOfCombinatoricsProb> initialSol)Method parameters in net.sf.tweety.math.opt.solver with type arguments of type ElementOfCombinatoricsProb Modifier and Type Method Description java.util.ArrayList<ElementOfCombinatoricsProb>SimulatedAnnealing. solve(java.util.ArrayList<ElementOfCombinatoricsProb> initialSol)java.util.ArrayList<ElementOfCombinatoricsProb>TabuSearch. solve(java.util.ArrayList<ElementOfCombinatoricsProb> initialSol)
-