Package | Description |
---|---|
org.sat4j.minisat.orders |
Various heuristics to select the next variable to branch on.
|
org.sat4j.pb.orders |
Various heuristics for the next variable to branch on.
|
Modifier and Type | Class and Description |
---|---|
class |
PureOrder |
class |
SubsetVarOrder |
Constructor and Description |
---|
RandomWalkDecorator(VarOrderHeap order) |
RandomWalkDecorator(VarOrderHeap order,
double p) |
TabuListDecorator(VarOrderHeap order) |
TabuListDecorator(VarOrderHeap order,
int tabuSize) |
Modifier and Type | Class and Description |
---|---|
class |
VarOrderHeapObjective |
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.