@Deprecated
public abstract class SingleQValueGeneric
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
SingleQValueGeneric(PebbleInstance p,
int pebNum,
int q)
Deprecated.
This constructor COPIES THE PUZZLE INSTANCE in case the implementing algorithm is threaded or something.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<int[]> |
getViolators()
Deprecated.
|
boolean |
isCurrentConfigSolvable()
Deprecated.
|
void |
run()
Deprecated.
|
public SingleQValueGeneric(PebbleInstance p, int pebNum, int q)
p
- pebNum
- q
-