Changeset 4454 for trunk/examples

Show
Ignore:
Timestamp:
08/29/08 15:14:11 (4 months ago)
Author:
pmoura
Message:

Updated the "mtbatch" example to provide multi-threading overhead data for the competitive or-parallelism benchmark.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/threads/mtbatch/mtbatch.lgt

    r4449 r4454  
    471471        repeat(N), 
    472472            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, _) 
    476476            )), 
    477477        fail.