| Package | Description |
|---|---|
| org.sat4j.pb.core |
Implementations of pseudo boolean solvers
|
| org.sat4j.pb.multiobjective | |
| org.sat4j.pb.tools |
Implementation of different tools for pseudo boolean solvers
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerPBSolverDecorator
A PBSolver decorator which allow a PBSolver to handle integer variables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SumLeximinDecompositionOWAOptimizer |
| Modifier and Type | Field and Description |
|---|---|
protected IIntegerPBSolver |
AbstractLinMultiObjOptimizer.integerSolver |
| Constructor and Description |
|---|
AbstractLinMultiObjOptimizer(IIntegerPBSolver solver) |
LeximinDecorator(IIntegerPBSolver solver) |
MinSumOWAOptimizer(IIntegerPBSolver solver,
BigInteger[] weights) |
MinSumOWAOptimizer(IIntegerPBSolver solver,
int[] weights) |
OrderedObjsOWAOptimizer(IIntegerPBSolver solver,
BigInteger[] weights) |
OrderedObjsOWAOptimizer(IIntegerPBSolver solver,
int[] weights) |
SumLeximinDecompositionOWAOptimizer(IIntegerPBSolver solver,
BigInteger[] weights) |
SumLeximinDecompositionOWAOptimizer(IIntegerPBSolver solver,
int[] weights) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManyCoreIntegerPB<S extends IIntegerPBSolver> |
| Modifier and Type | Class and Description |
|---|---|
class |
ManyCoreIntegerPB<S extends IIntegerPBSolver> |
| Constructor and Description |
|---|
LeximinHelper(IIntegerPBSolver solver) |
LeximinHelper(IIntegerPBSolver solver,
boolean explanationEnabled) |
LeximinHelper(IIntegerPBSolver solver,
boolean explanationEnabled,
boolean canonicalOptFunctionEnabled) |
ManyCoreIntegerPB(S... iSolver) |
Copyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.