Package org.sosy_lab.java_smt.example
Class OptimizationIntReal
- java.lang.Object
-
- org.sosy_lab.java_smt.example.OptimizationIntReal
-
public final class OptimizationIntReal extends Object
Example for optimizing 'x' with the constraint '0 <= x < 10'. We show the difference between optimizing in integer and rational logic.
-
-
Method Detail
-
main
public static void main(String... args) throws InvalidConfigurationException, SolverException, InterruptedException
-
-