org.sat4j
Class AbstractOptimizationLauncher

java.lang.Object
  extended by org.sat4j.AbstractLauncher
      extended by org.sat4j.AbstractOptimizationLauncher
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LanceurPseudo2005, MaxSatLauncher

public abstract class AbstractOptimizationLauncher
extends AbstractLauncher

This class is intended to be used by launchers to solve optimization problems, i.e. problems for which a loop is needed to find the optimal solution.

Author:
leberre
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sat4j.AbstractLauncher
ANSWER_PREFIX, COMMENT_PREFIX, SOLUTION_PREFIX
 
Constructor Summary
AbstractOptimizationLauncher()
           
 
Method Summary
 
Methods inherited from class org.sat4j.AbstractLauncher
getBeginTime, getExitCode, getLogWriter, getReader, run, setExitCode, setLogWriter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOptimizationLauncher

public AbstractOptimizationLauncher()