3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 01:13:18 +00:00

renamed re to rex and added custom pretty printing for info (#4650)

This commit is contained in:
Margus Veanes 2020-08-19 19:20:14 -07:00 committed by GitHub
parent 79aa3457c1
commit de65c61ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 60 additions and 46 deletions

View file

@ -132,7 +132,7 @@ namespace smt {
Solvers and utilities
*/
seq_util& u();
class seq_util::re& re();
class seq_util::rex& re();
class seq_util::str& str();
seq_rewriter& seq_rw();
seq_skolem& sk();