Closed fangwenji closed 2 years ago
Thanks for this question.
You might want to check out the SubstitutionWalker
, which allows you to perform arbitrary substitutions.
Here is an example of its usage:
https://github.com/stanford-centaur/smt-switch/blob/master/tests/unit/unit-substitute.cpp#L108
Feel free to follow up with more questions, we are happy to help.
That really helps! Thank you so much for your kind assistance!
Currently, the subsitution function in boolector solver backend doesn't support the term-->term substitution as the Pysmt does. I would like to ask that if I want to use the term-to-term substitution, is there any potential method? And when will the boolector solver support this kind of subsititution? Thank you so much!