File tree 1 file changed +0
-8
lines changed
src/org/sosy_lab/java_smt/solvers/mathsat5
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(
1065
1065
*/
1066
1066
public static native void msat_assert_objective (long e , long o );
1067
1067
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
-
1076
1068
/**
1077
1069
* Returns a proof manager for the given environment. The manager must be destroyed by the user,
1078
1070
* 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