Phil Bordelon points out an off-by-one error: since Solo doesn't use
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 15 Jan 2007 23:30:44 +0000 (23:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 15 Jan 2007 23:30:44 +0000 (23:30 +0000)
commit498eab1d58e9e5be8f2bbe77bc6078e6be1919ac
tree437f599a48ac654ee41520d8d8beee375b9b8ca2
parent5d868dc182c58d11a98459aec45dedbba9776afe
Phil Bordelon points out an off-by-one error: since Solo doesn't use
zero as a valid puzzle symbol, it can support at most 35 symbols,
not 36. (This is largely academic since IME anything above about 25
is impractical to generate, but there we go.)

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7115 cda61777-01e9-0310-a592-d414129be87e
solo.c