Package org.sat4j.opt

Built-in optimization framework.

See:
          Description

Class Summary
AbstractSelectorVariablesDecorator  
MaxSatDecorator  
MinCostDecorator A decorator that computes minimal cost models.
MinOneDecorator Computes a solution with the smallest number of satisfied literals.
ObjectiveFunction Abstraction for an Objective Function for Pseudo Boolean Optimization.
PseudoOptDecorator A decorator that computes minimal pseudo boolean models.
WeightedMaxSatDecorator  
 

Package org.sat4j.opt Description

Built-in optimization framework.

That package contains various optimization decorators for solving optimization problems such as MAX-SAT, Weighted MAX-SAT, etc.

Those decorators are supposed to be used with the Abstract Optimization Launcher.



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