Skip to main content

Z3_get_numeral_binary_string

Function Z3_get_numeral_binary_string 

Source
pub unsafe extern "C" fn Z3_get_numeral_binary_string(
    c: Z3_context,
    a: Z3_ast,
) -> Z3_string
Expand description

Return numeral value, as a binary string of a numeric constant term

ยงPreconditions

  • Z3_get_ast_kind(c, a) == Z3_NUMERAL_AST
  • a represents a non-negative integer