本文整理汇总了C#中Z3_context类的典型用法代码示例。如果您正苦于以下问题:C# Z3_context类的具体用法?C# Z3_context怎么用?C# Z3_context使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
Z3_context类属于命名空间,在下文中一共展示了Z3_context类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: Z3_func_entry_get_num_args
public extern static uint Z3_func_entry_get_num_args(Z3_context a0, Z3_func_entry a1);
示例2: Z3_fixedpoint_dec_ref
public extern static void Z3_fixedpoint_dec_ref(Z3_context a0, Z3_fixedpoint a1);
示例3: Z3_fixedpoint_add_fact
public extern static void Z3_fixedpoint_add_fact(Z3_context a0, Z3_fixedpoint a1, Z3_func_decl a2, uint a3, [In] uint[] a4);
示例4: Z3_set_error
public extern static void Z3_set_error(Z3_context a0, uint a1);
示例5: Z3_params_dec_ref
public extern static void Z3_params_dec_ref(Z3_context a0, Z3_params a1);
示例6: Z3_get_smtlib_num_sorts
public extern static uint Z3_get_smtlib_num_sorts(Z3_context a0);
示例7: Z3_get_smtlib_error
public extern static IntPtr Z3_get_smtlib_error(Z3_context a0);
示例8: Z3_func_decl_to_string
public extern static IntPtr Z3_func_decl_to_string(Z3_context a0, Z3_func_decl a1);
示例9: Z3_model_to_string
public extern static IntPtr Z3_model_to_string(Z3_context a0, Z3_model a1);
示例10: Z3_pattern_to_string
public extern static IntPtr Z3_pattern_to_string(Z3_context a0, Z3_pattern a1);
示例11: Z3_sort_to_string
public extern static IntPtr Z3_sort_to_string(Z3_context a0, Z3_sort a1);
示例12: Z3_set_ast_print_mode
public extern static void Z3_set_ast_print_mode(Z3_context a0, uint a1);
示例13: Z3_interrupt
public extern static void Z3_interrupt(Z3_context a0);
示例14: Z3_func_entry_get_arg
public extern static Z3_ast Z3_func_entry_get_arg(Z3_context a0, Z3_func_entry a1, uint a2);
示例15: Z3_get_smtlib_assumption
public extern static Z3_ast Z3_get_smtlib_assumption(Z3_context a0, uint a1);