【问题标题】:Issue while Configuring parallel Z3 using z3 <smt2-file > CC_NUM_THREADS=3使用 z3 <smt2-file > CC_NUM_THREADS=3 配置并行 Z3 时出现问题
【发布时间】:2016-11-04 09:59:32
【问题描述】:

使用 z3 CC_NUM_THREADS=3 配置并行 Z3 时出现问题

我正在尝试为我的 smt2 文件运行带有 CC_NUM_THREADS=3 的 z3 并行版本 弹出以下错误。

ERROR: unknown parameter 'cc_num_threads'
Legal parameters are:
 auto_config (bool) (default: true)
 debug_ref_count (bool) (default: false)
 dump_models (bool) (default: false)
 memory_high_watermark (unsigned int) (default: 0)
 memory_max_alloc_count (unsigned int) (default: 0)
 memory_max_size (unsigned int) (default: 0)
 model (bool) (default: true)
 model_validate (bool) (default: false)
 proof (bool) (default: false)
 rlimit (unsigned int) (default: 4294967295)
 smtlib2_compliant (bool) (default: false)
 timeout (unsigned int) (default: 4294967295)
 trace (bool) (default: false)
 trace_file_name (string) (default: z3.log)
 type_check (bool) (default: true)
 unsat_core (bool) (default: false)
 verbose (unsigned int) (default: 0)
 warning (bool) (default: true)
 well_sorted_check (bool) (default: false)

【问题讨论】:

    标签: python z3 z3py sat


    【解决方案1】:

    不再支持此功能(并且已经很久没有支持了)。您可以制定自己的并行策略,例如,请参阅 Strategies Tutorial 的策略部分中的 par-or 示例。

    【讨论】:

      猜你喜欢
      • 2017-07-27
      • 2015-03-10
      • 2012-01-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-02-26
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多