public class CheatingNQueensPhaseCommand
extends org.optaplanner.core.impl.phase.custom.AbstractCustomPhaseCommand
This class solves any N Queens instance using a polynomial time algorithm (explicit solutions algorithm).
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
CheatingNQueensPhaseCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeWorkingSolution(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.