buildFuncDecl method
Implementation
@override
Z3_func_decl buildFuncDecl(Context c) => c._z3.mk_partial_order(
c._createSort(domain[0]),
id,
);
@override
Z3_func_decl buildFuncDecl(Context c) => c._z3.mk_partial_order(
c._createSort(domain[0]),
id,
);