~ubuntu-branches/ubuntu/saucy/freecell-solver/saucy

« back to all changes in this revision

Viewing changes to scripts/measure-depth-dep-invocation-2.bash

  • Committer: Package Import Robot
  • Author(s): Gergely Risko
  • Date: 2012-06-22 10:08:05 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120622100805-evoda1ccdr8vt5xr
Tags: 3.12.0-1
New upstream version. (closes: #675262)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# to1="[01][23456789]"
11
11
# to2="0123456789"
12
12
 
13
 
p1="$start_board $end_board 1 --args-start --method random-dfs -sp r:tf --args-end"
 
13
p1="$start_board $end_board --args-start --method random-dfs -sp r:tf --args-end"
14
14
to1="0123467"
15
15
to2="0[123467]"
16
16