Constant Field Values
Contents
org.sosy_lab.*
-
org.sosy_lab.java_smt.api.BasicProverEnvironment<T> Modifier and Type Constant Field Value public static final StringASSUMPTION_SOLVING_NOT_SUPPORTED"Solving with assumptions is not supported."public static final StringNO_MODEL_HELP"Model computation failed. Are the pushed formulae satisfiable?"public static final StringUNSAT_CORE_NOT_SUPPORTED"Unsat core extraction is not supported." -
org.sosy_lab.java_smt.api.FloatingPointNumber Modifier and Type Constant Field Value public static final intDOUBLE_PRECISION_EXPONENT_SIZE11public static final intDOUBLE_PRECISION_MANTISSA_SIZE52public static final intSINGLE_PRECISION_EXPONENT_SIZE8public static final intSINGLE_PRECISION_MANTISSA_SIZE23 -
org.sosy_lab.java_smt.api.FormulaManager Modifier and Type Constant Field Value public static final StringAPI_METHOD_NOT_IMPLEMENTED"The requested method is not implemented in the current implementation of this interface."