Skip to content

Commit 3b1a73b

Browse files
add smt to project.py dependencies
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 85fb6f5 commit 3b1a73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mk_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def init_project_def():
5858
add_lib('sls_tactic', ['tactic', 'normal_forms', 'core_tactics', 'bv_tactics'], 'tactic/sls')
5959
add_lib('qe', ['smt','sat','nlsat','tactic','nlsat_tactic'], 'qe')
6060
add_lib('sat_solver', ['solver', 'core_tactics', 'aig_tactic', 'bv_tactics', 'arith_tactics', 'sat_tactic'], 'sat/sat_solver')
61-
add_lib('fd_solver', ['core_tactics', 'arith_tactics', 'sat_solver'], 'tactic/fd_solver')
61+
add_lib('fd_solver', ['core_tactics', 'arith_tactics', 'sat_solver', 'smt'], 'tactic/fd_solver')
6262
add_lib('muz', ['smt', 'sat', 'smt2parser', 'aig_tactic', 'qe'], 'muz/base')
6363
add_lib('dataflow', ['muz'], 'muz/dataflow')
6464
add_lib('transforms', ['muz', 'hilbert', 'dataflow'], 'muz/transforms')

0 commit comments

Comments
 (0)