introduce bitloops
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package puzzle;
|
||||
|
||||
/**
|
||||
* Generated constants from pom.xml during build via templating-maven-plugin.
|
||||
*/
|
||||
public final class Config {
|
||||
public static final int CLUE_SIZE = 4;
|
||||
public static final int MIN_LEN = 2;
|
||||
public static final int MAX_TRIES_PER_SLOT = 2000;
|
||||
public static final int MAX_LEN = 8;
|
||||
public static final int PUZZLE_ROWS = 8;
|
||||
public static final int PUZZLE_COLS = 9;
|
||||
}
|
||||
Reference in New Issue
Block a user