Uses of Class
org.sat4j.pb.ObjectiveFunction

Packages that use ObjectiveFunction
org.sat4j.pb   
org.sat4j.pb.constraints.pb Implementations of pseudo boolean contraints. 
org.sat4j.pb.core   
org.sat4j.pb.orders   
org.sat4j.pb.reader   
org.sat4j.pb.tools   
 

Uses of ObjectiveFunction in org.sat4j.pb
 

Fields in org.sat4j.pb declared as ObjectiveFunction
protected  ObjectiveFunction LanceurPseudo2005.obfct
           
 

Methods in org.sat4j.pb that return ObjectiveFunction
 ObjectiveFunction PseudoBitsAdderDecorator.getObjectiveFunction()
           
 ObjectiveFunction IPBSolver.getObjectiveFunction()
          Retrieve the objective function from the solver.
 ObjectiveFunction UserFriendlyPBStringSolver.getObjectiveFunction()
           
 ObjectiveFunction PBSolverDecorator.getObjectiveFunction()
           
 ObjectiveFunction OPBStringSolver.getObjectiveFunction()
           
 

Methods in org.sat4j.pb with parameters of type ObjectiveFunction
 void PseudoOptDecorator.setObjectiveFunction(ObjectiveFunction objf)
           
 void PseudoBitsAdderDecorator.setObjectiveFunction(ObjectiveFunction objf)
           
 void IPBSolver.setObjectiveFunction(ObjectiveFunction obj)
          Provide an objective function to the solver.
 void UserFriendlyPBStringSolver.setObjectiveFunction(ObjectiveFunction obj)
           
 void PBSolverDecorator.setObjectiveFunction(ObjectiveFunction obj)
           
 void OPBStringSolver.setObjectiveFunction(ObjectiveFunction obj)
           
 

Uses of ObjectiveFunction in org.sat4j.pb.constraints.pb
 

Methods in org.sat4j.pb.constraints.pb that return ObjectiveFunction
static ObjectiveFunction Pseudos.normalizeObjective(ObjectiveFunction initial)
           
 

Methods in org.sat4j.pb.constraints.pb with parameters of type ObjectiveFunction
static ObjectiveFunction Pseudos.normalizeObjective(ObjectiveFunction initial)
           
 

Uses of ObjectiveFunction in org.sat4j.pb.core
 

Methods in org.sat4j.pb.core that return ObjectiveFunction
 ObjectiveFunction PBSolver.getObjectiveFunction()
           
 

Methods in org.sat4j.pb.core with parameters of type ObjectiveFunction
 void PBSolver.setObjectiveFunction(ObjectiveFunction obj)
           
 

Uses of ObjectiveFunction in org.sat4j.pb.orders
 

Methods in org.sat4j.pb.orders with parameters of type ObjectiveFunction
 void VarOrderHeapObjective.setObjectiveFunction(ObjectiveFunction obj)
           
 void RandomWalkDecoratorObjective.setObjectiveFunction(ObjectiveFunction obj)
           
 void IOrderObjective.setObjectiveFunction(ObjectiveFunction obj)
           
 

Uses of ObjectiveFunction in org.sat4j.pb.reader
 

Methods in org.sat4j.pb.reader that return ObjectiveFunction
 ObjectiveFunction OPBReader2005.getObjectiveFunction()
           
 

Uses of ObjectiveFunction in org.sat4j.pb.tools
 

Methods in org.sat4j.pb.tools that return ObjectiveFunction
 ObjectiveFunction ClausalConstraintsDecorator.getObjectiveFunction()
           
 ObjectiveFunction XplainPB.getObjectiveFunction()
           
 ObjectiveFunction ManyCorePB.getObjectiveFunction()
           
 ObjectiveFunction LexicoDecoratorPB.getObjectiveFunction()
           
 

Methods in org.sat4j.pb.tools with parameters of type ObjectiveFunction
 void ClausalConstraintsDecorator.setObjectiveFunction(ObjectiveFunction obj)
           
 void XplainPB.setObjectiveFunction(ObjectiveFunction obj)
           
 void ManyCorePB.setObjectiveFunction(ObjectiveFunction obj)
           
 void LexicoDecoratorPB.setObjectiveFunction(ObjectiveFunction obj)
           
 



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