0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added makefiles so that the boost header included in the dist gets packaged so make distcheck doesnt fail. More... over 15 years ago
found a nice boost candidate library that creates permutations. This is a candidate for inclusion into C++0x std <algorithm>. It simplifies the combination mechanism for creating and choosing combinations for fish, locked sets, etc. More... over 15 years ago
exit early from coloring if any eliminations are found. More... over 15 years ago
add 3d medusa colors --> color wing More... over 15 years ago
added another test for 3d medusa coloring -> a color sees both conjugates of another color, so the first color can be eliminated. More... over 15 years ago
preparation for more 3d colors More... over 15 years ago
added a second type of 3d medusa colors -> color sees itself and therefore is excluded More... over 15 years ago
first type of 3d medusa colors implemented -> candidate not on a color sees both conjugates of a color. More... over 15 years ago
minor refactoring in the partial code for 3d medusa colors More... over 15 years ago
more implementation of 3d medusa coloring More... over 15 years ago
forgot to add a file More... over 15 years ago
starting to implement 3d medusa coloring More... over 15 years ago
started adding xy chains More... over 15 years ago
some refactoring More... over 15 years ago
added multi coloring and some test cases for it More... over 15 years ago
refactored some simple coloring code, added prototyping for multi colors More... over 15 years ago
changed the way statistics are printed, maybe these should be bitflags instead of an enum? More... over 15 years ago
finished adding the last case of simple coloring More... over 15 years ago
more refactoring. replaced many instaces of std::pair<Index_t, Index_t> that was being used as (row, col) with a class Position that has members row, col More... over 15 years ago
more refactoring, added a macro DEFINE_PAIR that makes a class with semantics similar to std::pair but instead of first and second, it uses a user defined name. More... over 15 years ago
some refactoring of colors. commented out the test case that fails, will add it back when this is implemented. More... over 15 years ago
changed some input parameters. Still haven't really worked out the last simple coloring More... over 15 years ago
mostly finished simple coloring. Still need to finish the case where all candidates in a house see the same color (thus eliminating that color). More... over 15 years ago
added SSTS to aggregate the lower level techniques. Have not implemented coloring for this yet. separated running pairs/triples/quads and xqing/swordfish/jellyfish into separate options. More... over 15 years ago
played around with the generator algorithm, seeing if adding randomness in certain spots makes it any more difficult to solve the generated puzzles, doesn't seem to help much. More... over 15 years ago
sped up the generator a little. Going to try a different method of generating soon More... over 15 years ago
fixed the generator to use a randomization in the way it removes elements from the filled sudoku. added a test case for it More... over 15 years ago
added a generator program. The way it prunes candidates from the puzzles needs to be improved to be randomized (instead of removing from the front first), but it works. More... over 15 years ago
added notes to dissuade from using more advanced fish (ir really is pointless, I need to speed them up) More... over 15 years ago
added test programs for various finned fish More... over 15 years ago