MCPcopy Create free account
hub / github.com/Z3Prover/z3 / append

Method append

src/api/java/Log.java:56–61  ·  view source on GitHub ↗

Appends the user-provided string s to the interaction log. @throws Z3Exception

(String s)

Source from the content-addressed store, hash-verified

54 * @throws Z3Exception
55 **/
56 public static void append(String s)
57 {
58 if (!m_is_open)
59 throw new Z3Exception("Log cannot be closed.");
60 Native.appendLog(s);
61 }
62
63 /**
64 * Checks whether the interaction log is opened.

Callers 15

simpleExampleMethod · 0.95
arrayExample1Method · 0.95
arrayExample2Method · 0.95
arrayExample3Method · 0.95
sudokuExampleMethod · 0.95
quantifierExample1Method · 0.95
quantifierExample2Method · 0.95
quantifierExample3Method · 0.95
quantifierExample4Method · 0.95
logicExampleMethod · 0.95
parOrExampleMethod · 0.95
findModelExample1Method · 0.95

Calls 1

appendLogMethod · 0.80

Tested by

no test coverage detected