Dephased waves 8.3

Post puzzles for others to solve here.

Re: Dephased waves 8.3

Postby coloin » Mon Feb 01, 2021 11:41 am

Code: Select all
sudoku-64 -f%#xc  puzz.txt > patt.txt  prints the minlex pattern from a 81 char text string puzzle 

or
Code: Select all
sudoku-64 -f%#xc 1...7..2..7.2....3..2..51...3.9....46....78....7.2..9...9.6.5..5....8..9.1.5...6.
outputs to
Code: Select all
..X..X..X.X..X..X.X..X..X....X..X..X.X..X.X..X..X...X...X.X...X.X.X...X.X....XX..

Not sure why its not working for you. but sometimes the command line needs two %% instead of one % when in batch mode
coloin
 
Posts: 2385
Joined: 05 May 2005
Location: Devon

Re: Dephased waves 8.3

Postby denis_berthier » Mon Feb 01, 2021 12:20 pm

coloin wrote:
Code: Select all
sudoku-64 -f%#xc  puzz.txt > patt.txt  prints the minlex pattern from a 81 char text string puzzle 

or
Code: Select all
sudoku-64 -f%#xc 1...7..2..7.2....3..2..51...3.9....46....78....7.2..9...9.6.5..5....8..9.1.5...6.
outputs to
Code: Select all
..X..X..X.X..X..X.X..X..X....X..X..X.X..X.X..X..X...X...X.X...X.X.X...X.X....XX..

Not sure why its not working for you. but sometimes the command line needs two %% instead of one % when in batch mode

OK, it works.
My bad. I thought I could use the pattern as input instead of a puzzle.
denis_berthier
2010 Supporter
 
Posts: 3972
Joined: 19 June 2007
Location: Paris

Re: Dephased waves 8.3

Postby Mathimagics » Mon Feb 01, 2021 1:22 pm

You can use a pattern as input, but it needs to be in dot-X form.

Code: Select all
type TestP
.X.XX......X.....X.XX....X.X......X.....XX....X.XX............X...X.XX.X..X.X...X

gsf -f%#xc < TestP
........X.....XXXX..X.X........XX.X...X.......X.XX.....X.X....XX.......XXX.X...X.
User avatar
Mathimagics
2017 Supporter
 
Posts: 1926
Joined: 27 May 2015
Location: Canberra

Re: Dephased waves 8.3

Postby denis_berthier » Mon Feb 01, 2021 3:02 pm

Mathimagics wrote:You can use a pattern as input, but it needs to be in dot-X form.
Code: Select all
type TestP
.X.XX......X.....X.XX....X.X......X.....XX....X.XX............X...X.XX.X..X.X...X

gsf -f%#xc < TestP
........X.....XXXX..X.X........XX.X...X.......X.XX.....X.X....XX.......XXX.X...X.

I may not have the right version of gsf's program, though I thought I had the last one. If I put .X.XX......X.....X.XX....X.X......X.....XX....X.XX............X...X.XX.X..X.X...X in file TestP
and I type gsf -f%#xc < TestP, what I get is:
Code: Select all
.................................................................................
.................................................................................
.................................................................................
(unending)
denis_berthier
2010 Supporter
 
Posts: 3972
Joined: 19 June 2007
Location: Paris

Re: Dephased waves 8.3

Postby Mathimagics » Wed Feb 03, 2021 4:32 am

I think that I have a software solution for Denis. See my latest post in "Minlex Library" thread.
User avatar
Mathimagics
2017 Supporter
 
Posts: 1926
Joined: 27 May 2015
Location: Canberra

Previous

Return to Puzzles