Package | Description |
---|---|
org.sat4j.minisat.core |
Implementation of the MiniSAT solver skeleton.
|
org.sat4j.specs |
Those classes are intended for users dealing with SAT solvers as black boxes.
|
org.sat4j.tools |
Tools to be used on top of an
ISolver . |
Modifier and Type | Method and Description |
---|---|
void |
Solver.setUnitClauseProvider(UnitClauseProvider ucp) |
Modifier and Type | Field and Description |
---|---|
static UnitClauseProvider |
UnitClauseProvider.VOID |
Modifier and Type | Method and Description |
---|---|
void |
ISolver.setUnitClauseProvider(UnitClauseProvider ucp)
Allow the solver to ask for unit clauses before each restarts.
|
Modifier and Type | Class and Description |
---|---|
class |
ManyCore<S extends ISolver>
A class allowing to run several solvers in parallel.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractOutputSolver.setUnitClauseProvider(UnitClauseProvider upl) |
void |
ManyCore.setUnitClauseProvider(UnitClauseProvider ucp) |
void |
StatisticsSolver.setUnitClauseProvider(UnitClauseProvider ucp) |
void |
SolverDecorator.setUnitClauseProvider(UnitClauseProvider ucp) |
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.