public class Find2PPViolatorsSingleQ
extends java.lang.Object
implements java.util.concurrent.Callable<java.util.ArrayList<int[]>>
Constructor and Description |
---|
Find2PPViolatorsSingleQ(PebbleInstance p,
int pebNum,
int q,
boolean findAll,
boolean fineThreaded)
This constructor COPIES THE PUZZLE INSTANCE in case the implementing algorithm is threaded or something.
|
Find2PPViolatorsSingleQ(PebbleInstance p,
int pebNum,
int q,
int numberPebbles,
boolean findAll,
boolean fineThreaded) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<int[]> |
call() |
public Find2PPViolatorsSingleQ(PebbleInstance p, int pebNum, int q, boolean findAll, boolean fineThreaded)
p
- pebNum
- q
- public Find2PPViolatorsSingleQ(PebbleInstance p, int pebNum, int q, int numberPebbles, boolean findAll, boolean fineThreaded)