Changeset 2019
- Timestamp:
- 03/10/10 10:06:54 (5 months ago)
- Files:
-
- 1 modified
-
trunk/modules/choco/source/search.cl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/choco/source/search.cl
r239 r2019 437 437 438 438 // printing the current state of domains when a solution has been reached 439 // xp : use trace to prevent direct output 439 440 [showSolution(a:Solver) 440 441 -> if (verbose() >= STALK) 441 442 let S := (if (a.varsToShow) a.varsToShow 442 443 else a.problem.vars) in 443 for x in S printf("~S\n",x)] 444 ; for x in S printf("~I\n",self_print(x))] 444 for x in S trace(STALK,"~S",x)] 445 445 446 446 // ********************************************************************
