Skip to main content

Z3_parser_context_from_string

Function Z3_parser_context_from_string 

Source
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.