mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
more tactic descriptions
This commit is contained in:
parent
0d8a472aac
commit
c07b6ab38f
10 changed files with 233 additions and 46 deletions
|
@ -59,6 +59,7 @@ def find_tactic_name(path):
|
|||
m = is_tac_name.search(line)
|
||||
if m:
|
||||
return m.group(1)
|
||||
print(f"no tactic in {path}")
|
||||
return ""
|
||||
|
||||
def presort_files():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue