3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-11 07:40:31 +00:00

fix: add lp dependency for smt_seq in mk_project.py

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-10 16:19:10 +00:00
parent b0414ec07b
commit 860cc023d6

View file

@ -68,7 +68,7 @@ def init_project_def():
add_lib('subpaving_tactic', ['core_tactics', 'subpaving'], 'math/subpaving/tactic')
add_lib('proto_model', ['model', 'rewriter', 'params'], 'smt/proto_model')
add_lib('smt_seq', ['rewriter', 'euf'], 'smt/seq')
add_lib('smt_seq', ['rewriter', 'euf', 'lp'], 'smt/seq')
add_lib('smt', ['bit_blaster', 'macros', 'normal_forms', 'cmd_context', 'proto_model', 'solver_assertions',
'substitution', 'grobner', 'simplex', 'proofs', 'pattern', 'parser_util', 'fpa', 'lp', 'smt_seq'])
add_lib('sat_smt', ['sat', 'ast_sls', 'euf', 'smt', 'tactic', 'solver', 'params', 'bit_blaster', 'fpa', 'mbp', 'normal_forms', 'lp', 'pattern', 'qe_lite'], 'sat/smt')