Changeset 4454 for trunk/examples
- Timestamp:
- 08/29/08 15:14:11 (4 months ago)
- Files:
-
- 1 modified
-
trunk/examples/threads/mtbatch/mtbatch.lgt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/threads/mtbatch/mtbatch.lgt
r4449 r4454 471 471 repeat(N), 472 472 threaded(( 473 catch(depth_first(MaxDepth)::solve(Obj, Initial, _), _, fail),474 catch(hill_climbing(MaxDepth)::solve(Obj, Initial, _, _), _, fail),475 catch(breadth_first(MaxDepth)::solve(Obj, Initial, _), _, fail)473 depth_first(MaxDepth)::solve(Obj, Initial, _), 474 hill_climbing(MaxDepth)::solve(Obj, Initial, _, _), 475 breadth_first(MaxDepth)::solve(Obj, Initial, _) 476 476 )), 477 477 fail.
