Package org.sosy_lab.java_smt.example
Class OptimizationFormulaWeights
- java.lang.Object
-
- org.sosy_lab.java_smt.example.OptimizationFormulaWeights
-
public final class OptimizationFormulaWeights extends Object
Example for optimizing the weight of some constraints. For a given set of formulas, the weight of the satisfied formulas should be maximal and the weight of unsatisfied formulas should be minimal.
-
-
Method Detail
-
main
public static void main(String... args) throws InvalidConfigurationException, SolverException, InterruptedException
-
-