|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--Opus5.Application12
Application program that demonstrates the use of various problem solvers to solve a scales-balancing problem and a 0/1-knapsack problem.
ScalesBalancingProblem,
ZeroOneKnapsackProblem,
DepthFirstSolver,
DepthFirstBranchAndBoundSolver,
BreadthFirstSolver,
BreadthFirstBranchAndBoundSolver| Constructor Summary | |
Application12()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Uses four different solvers to solve a scales-balancing problem and a 0/1-knapsack problem. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Application12()
| Method Detail |
public static void main(java.lang.String[] args)
args - The command-line arguments. Ignored.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||