Function z3_sys::Z3_get_symbol_int

source ·
pub unsafe extern "C" fn Z3_get_symbol_int(
    c: Z3_context,
    s: Z3_symbol
) -> c_int
Expand description

Return the symbol int value.

Preconditions:

  • Z3_get_symbol_kind(s) == SymbolKind::Int

See also: