File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/org/sosy_lab/java_smt/solvers/mathsat5 Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1065,14 +1065,6 @@ private static native int msat_all_sat(
10651065 */
10661066 public static native void msat_assert_objective (long e , long o );
10671067
1068- // Returns a proof manager for the given environment.
1069- // The manager must be destroyed by the user, with msat_destroy_proof_manager. In order to
1070- // obtain a non-error result, the option "proof_generation" must be set to "true" in the
1071- // configuration used for creating the environment.
1072- // env The environment in which to operate.
1073- // return: A proof manager for the environment. MSAT_ERROR_PROOF_MANAGER can be used to check
1074- // whether an error occurred.
1075-
10761068 /**
10771069 * Returns a proof manager for the given environment. The manager must be destroyed by the user,
10781070 * with msat_destroy_proof_manager. In order to obtain a non-error result, the option
You can’t perform that action at this time.
0 commit comments