Package | Description |
---|---|
org.sat4j.maxsat |
MAXSAT and Weighted Max SAT framework.
|
org.sat4j.opt |
Built-in optimization framework.
|
org.sat4j.pb |
Implementations of pseudo boolean solvers
|
org.sat4j.pb.tools |
Implementation of different tools for pseudo boolean solvers
|
org.sat4j.tools |
Tools to be used on top of an
ISolver . |
Modifier and Type | Class and Description |
---|---|
class |
MinCostDecorator
A decorator that computes minimal cost models.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectorVariablesDecorator
Abstract class which adds a new "selector" variable for each clause entered
in the solver.
|
class |
MaxSatDecorator
Computes a solution that satisfies the maximum of clauses.
|
class |
MinOneDecorator
Computes a solution with the smallest number of satisfied literals.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintRelaxingPseudoOptDecorator |
class |
PseudoIteratorDecorator
A decorator that computes all pseudo boolean models.
|
class |
PseudoOptDecorator
A decorator that computes minimal pseudo boolean models.
|
Constructor and Description |
---|
OptToPBSATAdapter(IOptimizationProblem problem) |
Modifier and Type | Class and Description |
---|---|
class |
LexicoDecoratorPB |
Modifier and Type | Class and Description |
---|---|
class |
LexicoDecorator<T extends ISolver> |
Constructor and Description |
---|
OptToSatAdapter(IOptimizationProblem problem) |
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.