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

Method mk_external_string

src/api/api_context.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 const char * context::mk_external_string(std::string && str) {
214 m_string_buffer = std::move(str);
215 return m_string_buffer.c_str();
216 }
217
218 expr * context::mk_numeral_core(rational const & n, sort * s) {
219 expr* e = nullptr;

Callers 15

Z3_solver_get_helpFunction · 0.80
Z3_solver_to_stringFunction · 0.80
Z3_goal_to_stringFunction · 0.80
Z3_goal_to_dimacs_stringFunction · 0.80
Z3_params_to_stringFunction · 0.80
Z3_eval_smtlib2_stringFunction · 0.80
Z3_get_symbol_stringFunction · 0.80
Z3_simplify_get_helpFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected