Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support string-typed parameters #3

Open
rainoftime opened this issue Feb 26, 2020 · 1 comment
Open

Support string-typed parameters #3

rainoftime opened this issue Feb 26, 2020 · 1 comment

Comments

@rainoftime
Copy link

I notice that we can set boolean or integer typed parameters to a tactic such as `simplify'.
Can we specify a parameter whose type is string? Thank you!

          "simplify": 
                "boolean": [
                    "elim_and",
                    "som",
                    "blast_distinct",
                    "flat",
                    "hi_div0",
                    "local_ctx",
                    "hoist_mul"
                ]
            },
@mbalunovic
Copy link
Contributor

Hi, unfortunately we do not support string parameters at the moment.

@rainoftime rainoftime changed the title Support of string-typed parameters Support string-typed parameters Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants