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 ArrayList<ElementOfCombinatoricsProb>KnapSack. createRandomNewSolution(ArrayList<ElementOfCombinatoricsProb> currSol)ArrayList<ElementOfCombinatoricsProb>TravelingSalesman. createRandomNewSolution(ArrayList<ElementOfCombinatoricsProb> currSol)Method parameters in net.sf.tweety.math.examples with type arguments of type ElementOfCombinatoricsProb Modifier and Type Method Description ArrayList<ElementOfCombinatoricsProb>KnapSack. createRandomNewSolution(ArrayList<ElementOfCombinatoricsProb> currSol)ArrayList<ElementOfCombinatoricsProb>TravelingSalesman. createRandomNewSolution(ArrayList<ElementOfCombinatoricsProb> currSol)doubleKnapSack. evaluate(ArrayList<ElementOfCombinatoricsProb> sol)doubleTravelingSalesman. evaluate(ArrayList<ElementOfCombinatoricsProb> sol)booleanKnapSack. isValid(ArrayList<ElementOfCombinatoricsProb> sol)booleanTravelingSalesman. isValid(ArrayList<ElementOfCombinatoricsProb> sol)doubleKnapSack. sumOfValues(ArrayList<ElementOfCombinatoricsProb> sol)doubleKnapSack. sumOfWeights(ArrayList<ElementOfCombinatoricsProb> sol)doubleTravelingSalesman. sumOfWeights(ArrayList<ElementOfCombinatoricsProb> sol)Constructor parameters in net.sf.tweety.math.examples with type arguments of type ElementOfCombinatoricsProb Constructor Description KnapSack(ArrayList<ElementOfCombinatoricsProb> elements, Term maxWeight)TravelingSalesman(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 ArrayList<ElementOfCombinatoricsProb>CombinatoricsProblem. createDifference(ArrayList<ElementOfCombinatoricsProb> c)abstract ArrayList<ElementOfCombinatoricsProb>CombinatoricsProblem. createRandomNewSolution(ArrayList<ElementOfCombinatoricsProb> currSol)ArrayList<ArrayList<ElementOfCombinatoricsProb>>CombinatoricsProblem. formNeighborhood(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 ArrayList<ElementOfCombinatoricsProb>CombinatoricsProblem. createDifference(ArrayList<ElementOfCombinatoricsProb> c)abstract ArrayList<ElementOfCombinatoricsProb>CombinatoricsProblem. createRandomNewSolution(ArrayList<ElementOfCombinatoricsProb> currSol)abstract doubleCombinatoricsProblem. evaluate(ArrayList<ElementOfCombinatoricsProb> sol)ArrayList<ArrayList<ElementOfCombinatoricsProb>>CombinatoricsProblem. formNeighborhood(ArrayList<ElementOfCombinatoricsProb> currSol, int minIterations, int maxIteration, double threshold)abstract booleanCombinatoricsProblem. isValid(ArrayList<ElementOfCombinatoricsProb> sol)abstract doubleCombinatoricsProblem. sumOfWeights(ArrayList<ElementOfCombinatoricsProb> sol)Constructor parameters in net.sf.tweety.math.opt.problem with type arguments of type ElementOfCombinatoricsProb Constructor Description CombinatoricsProblem(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 ArrayList<ElementOfCombinatoricsProb>SimulatedAnnealing. solve(ArrayList<ElementOfCombinatoricsProb> initialSol)ArrayList<ElementOfCombinatoricsProb>TabuSearch. solve(ArrayList<ElementOfCombinatoricsProb> initialSol)Method parameters in net.sf.tweety.math.opt.solver with type arguments of type ElementOfCombinatoricsProb Modifier and Type Method Description ArrayList<ElementOfCombinatoricsProb>SimulatedAnnealing. solve(ArrayList<ElementOfCombinatoricsProb> initialSol)ArrayList<ElementOfCombinatoricsProb>TabuSearch. solve(ArrayList<ElementOfCombinatoricsProb> initialSol)
-