Modifier and Type | Method and Description |
---|---|
static String |
NQueensHelloWorld.toDisplayString(NQueens nQueens) |
Modifier and Type | Method and Description |
---|---|
Comparable |
QueenDifficultyWeightFactory.createSorterWeight(NQueens nQueens,
Queen queen) |
Comparable |
RowStrengthWeightFactory.createSorterWeight(NQueens nQueens,
Row row) |
Modifier and Type | Method and Description |
---|---|
NQueens |
NQueensGenerator.createNQueens(int n) |
Modifier and Type | Method and Description |
---|---|
List<org.optaplanner.core.impl.move.Move> |
RowChangeMoveFactory.createMoveList(NQueens nQueens) |
Modifier and Type | Method and Description |
---|---|
org.optaplanner.core.api.score.buildin.simple.SimpleScore |
NQueensSimpleScoreCalculator.calculateScore(NQueens nQueens) |
void |
NQueensAdvancedIncrementalScoreCalculator.resetWorkingSolution(NQueens nQueens) |
void |
NQueensBasicIncrementalScoreCalculator.resetWorkingSolution(NQueens nQueens) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.