public class NQueensFunctionFactory
extends java.lang.Object
| Constructor and Description |
|---|
NQueensFunctionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ActionsFunction |
getCActionsFunction()
Returns an ACTIONS function for the complete-state formulation of the
n-queens problem.
|
static ActionsFunction |
getIActionsFunction()
Returns an ACTIONS function for the incremental formulation of the
n-queens problem.
|
static ResultFunction |
getResultFunction()
Returns a RESULT function for the n-queens problem.
|
public static ActionsFunction getIActionsFunction()
public static ActionsFunction getCActionsFunction()
public static ResultFunction getResultFunction()