Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The SAT solver SatML produces proxy terms while building the CNF form of an expression. These terms have top symbols `Sy.Name` whose the string is prefixed by `PROXY_`. I replace the prefix by `.PROXY_` as names starting by a dot are reserved in the SMT-LIB standard.
- Loading branch information