A C D G H L M N O P R S T U W

A

addClause(IVecInt) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
Add a set of literals to the solver.
addHardClause(IVecInt) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
Add a hard clause in the solver, i.e. a clause that must be satisfied.
addLiteralsToMinimize(IVecInt) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
Set some literals whose sum must be minimized.
addSoftClause(IVecInt) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
Add a soft clause in the solver, i.e. a clause with a weight of 1.
addSoftClause(int, IVecInt) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
Add a soft clause to the solver.
addWeightedLiteralsToMinimize(IVecInt, IVec<BigInteger>) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
Set some literals whose sum must be minimized.
addWeightedLiteralsToMinimize(IVecInt, IVecInt) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
Set some literals whose sum must be minimized.
admitABetterSolution() - Method in class org.sat4j.maxsat.MinCostDecorator
 
admitABetterSolution() - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 

C

calculateObjective() - Method in class org.sat4j.maxsat.MinCostDecorator
 
calculateObjective() - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
configureSolver(String[]) - Method in class org.sat4j.maxsat.GenericOptLauncher
 
costOf(int) - Method in class org.sat4j.maxsat.MinCostDecorator
to know the cost of a given var.
createReader(ISolver, String) - Method in class org.sat4j.maxsat.GenericOptLauncher
 

D

defaultSolver() - Method in class org.sat4j.maxsat.SolverFactory
 
discard() - Method in class org.sat4j.maxsat.MinCostDecorator
 
discard() - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
displayLicense() - Method in class org.sat4j.maxsat.GenericOptLauncher
 

G

GenericOptLauncher - Class in org.sat4j.maxsat
Generic launcher to be used for solving optimization problems.
GenericOptLauncher() - Constructor for class org.sat4j.maxsat.GenericOptLauncher
 
getInstanceName(String[]) - Method in class org.sat4j.maxsat.GenericOptLauncher
 

H

hasNoObjectiveFunction() - Method in class org.sat4j.maxsat.MinCostDecorator
 
hasNoObjectiveFunction() - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 

L

lightSolver() - Method in class org.sat4j.maxsat.SolverFactory
 

M

main(String[]) - Static method in class org.sat4j.maxsat.GenericOptLauncher
 
MinCostDecorator - Class in org.sat4j.maxsat
A decorator that computes minimal cost models.
MinCostDecorator(IPBSolver) - Constructor for class org.sat4j.maxsat.MinCostDecorator
 
model() - Method in class org.sat4j.maxsat.MinCostDecorator
 
model() - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
model(int) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 

N

nbnewvar - Variable in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
nborigvars - Variable in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
newDefault() - Static method in class org.sat4j.maxsat.SolverFactory
 
newLight() - Static method in class org.sat4j.maxsat.SolverFactory
 
newMiniMaxSAT() - Static method in class org.sat4j.maxsat.SolverFactory
Builds a SAT solver for the MAX sat evaluation.
newVar() - Method in class org.sat4j.maxsat.MinCostDecorator
 
newVar(int) - Method in class org.sat4j.maxsat.MinCostDecorator
Setup the number of variables to use inside the solver.
newVar(int) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
nonOptimalMeansSatisfiable() - Method in class org.sat4j.maxsat.MinCostDecorator
 
nonOptimalMeansSatisfiable() - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 

O

org.sat4j.maxsat - package org.sat4j.maxsat
MAXSAT and Weighted Max SAT framework.
org.sat4j.maxsat.reader - package org.sat4j.maxsat.reader
Some utility classes to read problems from plain text files.

P

P2DimacsReader - Class in org.sat4j.maxsat.reader
Simple reader for the weighted maxsat problem.
P2DimacsReader(MinCostDecorator) - Constructor for class org.sat4j.maxsat.reader.P2DimacsReader
 
prevboolmodel - Variable in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
prevfullmodel - Variable in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
prevmodel - Variable in class org.sat4j.maxsat.WeightedMaxSatDecorator
 

R

readProblemLine(LineNumberReader) - Method in class org.sat4j.maxsat.reader.P2DimacsReader
 
readProblemLine(LineNumberReader) - Method in class org.sat4j.maxsat.reader.WDimacsReader
 
reset() - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 

S

setCost(int, int) - Method in class org.sat4j.maxsat.MinCostDecorator
to set the cost of a given var.
setExpectedNumberOfClauses(int) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
setTopWeight(int) - Method in class org.sat4j.maxsat.WeightedMaxSatDecorator
 
SolverFactory - Class in org.sat4j.maxsat
 
SolverFactory() - Constructor for class org.sat4j.maxsat.SolverFactory
 

T

top - Variable in class org.sat4j.maxsat.WeightedMaxSatDecorator
 

U

usage() - Method in class org.sat4j.maxsat.GenericOptLauncher
 

W

WDimacsReader - Class in org.sat4j.maxsat.reader
Simple reader for the weighted maxsat problem.
WDimacsReader(IPBSolver) - Constructor for class org.sat4j.maxsat.reader.WDimacsReader
 
WDimacsReader(IPBSolver, String) - Constructor for class org.sat4j.maxsat.reader.WDimacsReader
 
WeightedMaxSatDecorator - Class in org.sat4j.maxsat
A decorator for solving weighted MAX SAT problems.
WeightedMaxSatDecorator(IPBSolver) - Constructor for class org.sat4j.maxsat.WeightedMaxSatDecorator
 

A C D G H L M N O P R S T U W

Copyright © 2009 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.