Skip to content

Commit 9a6f400

Browse files
committed
MathSAT5: remove redundant code documentation.
1 parent 120c2c6 commit 9a6f400

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5NativeApi.java

-8
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)