Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
A
AAGReader
- Class in
org.sat4j.reader
Reader for the ASCII And Inverter Graph format defined by Armin Biere.
AbstractCardinalityDataStructure
- Class in
org.sat4j.minisat.constraints
AbstractCardinalityDataStructure()
- Constructor for class org.sat4j.minisat.constraints.
AbstractCardinalityDataStructure
AbstractDataStructureFactory
<
L
extends
ILits
> - Class in
org.sat4j.minisat.constraints
AbstractLauncher
- Class in
org.sat4j
That class is used by launchers used to solve decision problems, i.e.
AbstractOptimizationLauncher
- Class in
org.sat4j
This class is intended to be used by launchers to solve optimization problems, i.e. problems for which a loop is needed to find the optimal solution.
AbstractOptimizationLauncher()
- Constructor for class org.sat4j.
AbstractOptimizationLauncher
AbstractSelectorVariablesDecorator
- Class in
org.sat4j.opt
Abstract class which adds a new "selector" variable for each clause entered in the solver.
AbstractSelectorVariablesDecorator(ISolver)
- Constructor for class org.sat4j.opt.
AbstractSelectorVariablesDecorator
ActiveLearning
<
L
extends
ILits
,
D
extends
DataStructureFactory
<
L
>> - Class in
org.sat4j.minisat.learning
Learn clauses with a great number of active variables.
ActiveLearning()
- Constructor for class org.sat4j.minisat.learning.
ActiveLearning
ActiveLearning(double)
- Constructor for class org.sat4j.minisat.learning.
ActiveLearning
addAllClauses(IVec<IVecInt>)
- Method in class org.sat4j.minisat.core.
Solver
addAllClauses(IVec<IVecInt>)
- Method in interface org.sat4j.specs.
ISolver
Create clauses from a set of set of literals.
addAllClauses(IVec<IVecInt>)
- Method in class org.sat4j.tools.
DimacsOutputSolver
addAllClauses(IVec<IVecInt>)
- Method in class org.sat4j.tools.
DimacsStringSolver
addAllClauses(IVec<IVecInt>)
- Method in class org.sat4j.tools.
SolverDecorator
addAtLeast(IVecInt, int)
- Method in class org.sat4j.minisat.core.
Solver
addAtLeast(IVecInt, int)
- Method in interface org.sat4j.specs.
ISolver
Create a cardinality constraint of the type "at least n of those literals must be satisfied"
addAtLeast(IVecInt, int)
- Method in class org.sat4j.tools.
DimacsOutputSolver
addAtLeast(IVecInt, int)
- Method in class org.sat4j.tools.
DimacsStringSolver
addAtLeast(IVecInt, int)
- Method in class org.sat4j.tools.
SolverDecorator
addAtMost(IVecInt, int)
- Method in class org.sat4j.minisat.core.
Solver
addAtMost(IVecInt, int)
- Method in interface org.sat4j.specs.
ISolver
Create a cardinality constraint of the type "at most n of those literals must be satisfied"
addAtMost(IVecInt, int)
- Method in class org.sat4j.tools.
DimacsOutputSolver
addAtMost(IVecInt, int)
- Method in class org.sat4j.tools.
DimacsStringSolver
addAtMost(IVecInt, int)
- Method in class org.sat4j.tools.
SolverDecorator
addBinaryClause(int)
- Method in class org.sat4j.minisat.constraints.cnf.
BinaryClauses
addClause(IVecInt)
- Method in class org.sat4j.minisat.core.
Solver
addClause(IVecInt)
- Method in class org.sat4j.opt.
MaxSatDecorator
addClause(IVecInt)
- Method in interface org.sat4j.specs.
ISolver
Create a clause from a set of literals The literals are represented by non null integers such that opposite literals a represented by opposite values.
addClause(IVecInt)
- Method in class org.sat4j.tools.
DimacsOutputSolver
addClause(IVecInt)
- Method in class org.sat4j.tools.
DimacsStringSolver
addClause(IVecInt)
- Method in class org.sat4j.tools.
SolverDecorator
adding(int)
- Method in class org.sat4j.minisat.core.
DotSearchListener
adding(int)
- Method in interface org.sat4j.minisat.core.
SearchListener
adding forced variable (conflict driven assignment)
adding(int)
- Method in class org.sat4j.minisat.core.
TextOutputListener
addTernaryClause(int, int)
- Method in class org.sat4j.minisat.constraints.cnf.
TernaryClauses
admitABetterSolution()
- Method in class org.sat4j.opt.
AbstractSelectorVariablesDecorator
admitABetterSolution()
- Method in class org.sat4j.opt.
MinOneDecorator
admitABetterSolution()
- Method in interface org.sat4j.specs.
IOptimizationProblem
Look for a solution of the optimization problem.
AIGReader
- Class in
org.sat4j.reader
Reader for the Binary And Inverter Graph format defined by Armin Biere.
analyze(Constr, Pair)
- Method in class org.sat4j.minisat.core.
Solver
AND
- Static variable in class org.sat4j.reader.
ExtendedDimacsReader
AND
- Static variable in class org.sat4j.tools.
ExtendedDimacsArrayReader
and(int, IVecInt)
- Method in class org.sat4j.tools.
GateTranslator
Translate y <=> x1 /\ x2 /\ ... /\ xn into clauses.
and(int, int, int)
- Method in class org.sat4j.tools.
GateTranslator
Translate y <=> x1 /\ x2
ANSWER_PREFIX
- Static variable in class org.sat4j.
AbstractLauncher
ArminRestarts
- Class in
org.sat4j.minisat.restarts
Rapid restart strategy presented by Armin Biere during it's SAT 07 invited talk.
ArminRestarts()
- Constructor for class org.sat4j.minisat.restarts.
ArminRestarts
ASolverFactory
<
T
extends
ISolver
> - Class in
org.sat4j.core
A solver factory is responsible for providing prebuilt solvers to the end user.
ASolverFactory()
- Constructor for class org.sat4j.core.
ASolverFactory
assertConstraint(UnitPropagationListener)
- Method in class org.sat4j.minisat.constraints.card.
AtLeast
assertConstraint(UnitPropagationListener)
- Method in class org.sat4j.minisat.constraints.card.
MaxWatchCard
assertConstraint(UnitPropagationListener)
- Method in class org.sat4j.minisat.constraints.card.
MinWatchCard
assertConstraint(UnitPropagationListener)
- Method in class org.sat4j.minisat.constraints.cnf.
BinaryClauses
assertConstraint(UnitPropagationListener)
- Method in class org.sat4j.minisat.constraints.cnf.
CBClause
assertConstraint(UnitPropagationListener)
- Method in class org.sat4j.minisat.constraints.cnf.
TernaryClauses
assertConstraint(UnitPropagationListener)
- Method in class org.sat4j.minisat.constraints.cnf.
WLClause
assertConstraint(UnitPropagationListener)
- Method in interface org.sat4j.minisat.core.
Constr
Method called when the constraint is to be asserted.
AssertingClauseGenerator
- Interface in
org.sat4j.minisat.core
An assertingClauseGenerator is responsible for the creation of an asserting clause during conflict analysis.
assignLiteral(int)
- Method in interface org.sat4j.minisat.core.
IOrder
indicate that a literal has been satisfied.
assignLiteral(int)
- Method in interface org.sat4j.minisat.core.
IPhaseSelectionStrategy
indicate that a literal has been satisfied.
assignLiteral(int)
- Method in class org.sat4j.minisat.orders.
NegativeLiteralSelectionStrategy
assignLiteral(int)
- Method in class org.sat4j.minisat.orders.
PhaseInLastLearnedClauseSelectionStrategy
assignLiteral(int)
- Method in class org.sat4j.minisat.orders.
PositiveLiteralSelectionStrategy
assignLiteral(int)
- Method in class org.sat4j.minisat.orders.
RandomLiteralSelectionStrategy
assignLiteral(int)
- Method in class org.sat4j.minisat.orders.
RSATPhaseSelectionStrategy
assignLiteral(int)
- Method in class org.sat4j.minisat.orders.
UserFixedPhaseSelectionStrategy
assignLiteral(int)
- Method in class org.sat4j.minisat.orders.
VarOrder
assignLiteral(int)
- Method in class org.sat4j.minisat.orders.
VarOrderHeap
assume(int)
- Method in class org.sat4j.minisat.core.
Solver
assuming(int)
- Method in class org.sat4j.minisat.core.
DotSearchListener
assuming(int)
- Method in interface org.sat4j.minisat.core.
SearchListener
decision variable
assuming(int)
- Method in class org.sat4j.minisat.core.
TextOutputListener
AtLeast
- Class in
org.sat4j.minisat.constraints.card
ATLEAST
- Static variable in class org.sat4j.minisat.constraints.card.
MinWatchCard
ATLEAST
- Static variable in class org.sat4j.reader.
ExtendedDimacsReader
ATLEAST
- Static variable in class org.sat4j.tools.
ExtendedDimacsArrayReader
atLeastNew(UnitPropagationListener, ILits, IVecInt, int)
- Static method in class org.sat4j.minisat.constraints.card.
AtLeast
ATMOST
- Static variable in class org.sat4j.minisat.constraints.card.
MinWatchCard
ATMOST
- Static variable in class org.sat4j.reader.
ExtendedDimacsReader
ATMOST
- Static variable in class org.sat4j.tools.
ExtendedDimacsArrayReader
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X