Package | Description |
---|---|
org.chocosolver.solver.search.limits | |
org.chocosolver.solver.search.loop.move |
Modifier and Type | Interface and Description |
---|---|
interface |
ICounter
An interface to define count smth during search process
|
Modifier and Type | Class and Description |
---|---|
class |
ACounter
Overrides all but one services for ICounter and provides easy to implement counter based on
IMeasures . |
class |
BacktrackCounter
Set a limit over the number of backtracks allowed during the search.
|
class |
FailCounter
Set a limit over the number of fails allowed during the search.
|
static class |
ICounter.Impl |
class |
NodeCounter
Set a limit over the number of nodes opened allowed during the search.
|
class |
SolutionCounter
Set a limit over the number of found solutions allowed during the search.
|
class |
TimeCounter
A limit over run time.
|
Modifier and Type | Method and Description |
---|---|
default void |
IMoveFactory.setRestarts(LongCriterion restartCriterion,
org.chocosolver.cutoffseq.ICutoffStrategy restartStrategy,
int restartsLimit)
Creates a Move object that encapsulates the current move within a restart move.
|
Constructor and Description |
---|
MoveRestart(Move move,
org.chocosolver.cutoffseq.ICutoffStrategy restartStrategy,
LongCriterion criterion,
int restartLimit) |
Copyright © 2018. All rights reserved.