pub unsafe extern "C" fn Z3_parser_context_from_string(
c: Z3_context,
pc: Z3_parser_context,
s: Z3_string,
) -> Option<Z3_ast_vector>Expand description
Parse a string of SMTLIB2 commands. Return assertions.
pub unsafe extern "C" fn Z3_parser_context_from_string(
c: Z3_context,
pc: Z3_parser_context,
s: Z3_string,
) -> Option<Z3_ast_vector>Parse a string of SMTLIB2 commands. Return assertions.