fastsmt icon indicating copy to clipboard operation
fastsmt copied to clipboard

Support string-typed parameters

Open rainoftime opened this issue 6 years ago • 1 comments

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"
                ]
            },

rainoftime avatar Feb 26 '20 09:02 rainoftime

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

mbalunovic avatar Jul 10 '20 12:07 mbalunovic