| Package | Description |
|---|---|
| org.sat4j.pb.core |
Implementations of pseudo boolean solvers
|
| org.sat4j.pb.orders |
Various heuristics for the next variable to branch on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PBSolverCP.setBumpStrategy(BumpStrategy bumpStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static BumpStrategy |
BumpStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BumpStrategy[] |
BumpStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BumperEffective.varBumpActivity(ILits voc,
BumpStrategy bStrategy,
IOrder order,
PBConstr constr,
int lit,
int propagated) |
void |
DoubleBumpClashingLiteralsDecorator.varBumpActivity(ILits voc,
BumpStrategy bumpStrategy,
IOrder order,
PBConstr constr,
int i,
int propagated) |
void |
IBumper.varBumpActivity(ILits voc,
BumpStrategy bumpStrategy,
IOrder order,
PBConstr constr,
int i,
int propagated) |
void |
Bumper.varBumpActivity(ILits voc,
BumpStrategy bumpStrategy,
IOrder order,
PBConstr constr,
int i,
int propagated) |
void |
BumperEffectiveAndPropagated.varBumpActivity(ILits voc,
BumpStrategy bStrategy,
IOrder order,
PBConstr constr,
int lit,
int propagated) |
Copyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.