mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
move parameters from ast/rewriter to params
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
507b4c7848
commit
11c90cc142
15 changed files with 15 additions and 16 deletions
4
src/params/seq_rewriter_params.pyg
Normal file
4
src/params/seq_rewriter_params.pyg
Normal file
|
@ -0,0 +1,4 @@
|
|||
def_module_params(module_name='rewriter',
|
||||
class_name='seq_rewriter_params',
|
||||
export=True,
|
||||
params=(("coalesce_chars", BOOL, True, "coalesce characters into strings"),))
|
Loading…
Add table
Add a link
Reference in a new issue