Steve Thielemann stevet

stevet pushed to master at RedGreen/sudoku-rust

  • 6a081b4885 Add extra output to find out what's happening. The make is failing with size=5, it never gets to removing anything. I believe it's the finalize call that needs to be removed, or at least run much less then it currently is.

1 week ago

stevet pushed to master at RedGreen/sudoku-rust

1 week ago

stevet pushed to master at RedGreen/sudoku-rust

1 week ago

stevet pushed to master at RedGreen/sudoku-rust

  • 6ec49e0a32 Changed flip, flip_x, and flip_y to swap-only.

1 week ago

stevet pushed to master at RedGreen/sudoku-rust

1 week ago

stevet pushed to master at RedGreen/sudoku-rust

  • cfb2443763 Changed bits (genbits) to flags (flags).

1 week ago

stevet pushed to master at RedGreen/sudoku-rust

  • 5ebb0d2b1a Adding documentation. Added AnyBoard flip, flip_x, flip_y. These will allow me to test row/column processing.

2 weeks ago

stevet pushed to master at RedGreen/sudoku-rust

  • 986907072e Mostly working, but finalize is slow. and call too often.

1 month ago

stevet pushed to master at RedGreen/sudoku-rust

1 month ago

stevet pushed to master at RedGreen/sudoku-rust

  • 39f00dc04c Fixed find_value_pos (use max_index) Implemented Debug trait for GenBits for better/cleaner output.

1 month ago

stevet pushed to master at RedGreen/sudoku-rust

  • c109afb181 Move GenBits to Vec<bool>. The iterator only shows indexes of bits set. Checking for zero (nothing set) use .count_set() instead.

1 month ago

stevet pushed to master at RedGreen/sudoku-rust

  • e48c220de2 Checking in notes and changes. Move GenBits to Vec<bool>, easier, saner, quicker. Notes on solving the logic puzzle (possible clearing). Added #[must_use] on expensive return values.

1 month ago

stevet pushed to master at RedGreen/sudoku-rust

  • 29e635c3a5 unsure.
  • 01338576eb Working AnyPossible.find_pairs. This "works/can be called" with cells, rows, and columns.
  • 95cc267844 Working find_pairs, that does something now. WARNING: validate_board destroys find_pairs' work.
  • eebe4ee636 Tests working again. I commented out the extra check in process_move. Use ./test=out --ignored to view logic tests. The logic tests describe what I'm trying to do here. I haven't quite figured out how to do it just yet.
  • 549f406da4 Making and saving working again.
  • View comparison for these 5 commits »

1 month ago

stevet opened issue RedGreen/sudoku-rust#2

Logic update

3 months ago

stevet opened issue RedGreen/sudoku-rust#1

Figure out a way to use multiple cores.

3 months ago

stevet opened issue david/Key.Card#2

Build translator map in javascript

3 months ago

stevet pushed to master at RedGreen/sudoku-rust

  • 9b6ca50ea8 Use AnyBoard::load_ksudoku, it has defaults.

4 months ago

stevet pushed to master at RedGreen/sudoku-rust

  • 6588ebb097 Code cleanup. Ksudoku loads and solves test files.

4 months ago

stevet pushed to master at RedGreen/sudoku-rust

  • 1095cc63a4 Updated docs. calling make(). Choking on 25x25 boards.

4 months ago

stevet pushed to master at RedGreen/sudoku-rust

  • 6ab9bf1df2 Removed dead code (9x9 only). Still need make/remove for making puzzle.

4 months ago