mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
expose incremental cubing over API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e507a6ccd1
commit
a625301a41
10 changed files with 63 additions and 68 deletions
|
@ -2735,6 +2735,7 @@ def get_header_files_for_components(component_src_dirs):
|
|||
def mk_install_tactic_cpp(cnames, path):
|
||||
component_src_dirs = []
|
||||
for cname in cnames:
|
||||
print("Component %s" % cname)
|
||||
c = get_component(cname)
|
||||
component_src_dirs.append(c.src_dir)
|
||||
h_files_full_path = get_header_files_for_components(component_src_dirs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue