Changeset 4313 for trunk/examples/threads/mtbatch/mtbatch.lgt
- Timestamp:
- 06/14/08 16:53:52 (6 months ago)
- Files:
-
- 1 modified
-
trunk/examples/threads/mtbatch/mtbatch.lgt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/threads/mtbatch/mtbatch.lgt
r4311 r4313 378 378 repeat(N), 379 379 threaded(( 380 depth_first(MaxDepth)::solve(Obj, Initial, _)381 ; hill_climbing(MaxDepth)::solve(Obj, Initial, _, _)382 ; breadth_first(MaxDepth)::solve(Obj, Initial, _)380 catch(depth_first(MaxDepth)::solve(Obj, Initial, _), _, fail) 381 ; catch(hill_climbing(MaxDepth)::solve(Obj, Initial, _, _), _, fail) 382 ; catch(breadth_first(MaxDepth)::solve(Obj, Initial, _), _, fail) 383 383 )), 384 384 fail.
