3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

removing 'fat' from smt 1.0 parser

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-26 18:04:20 -07:00
parent 87681c9e85
commit f1b6d1c7f3
2 changed files with 3 additions and 2376 deletions

File diff suppressed because it is too large Load diff

View file

@ -42,8 +42,6 @@ namespace smtlib {
virtual bool parse_file(char const * path) = 0;
virtual bool parse_string(char const * string) = 0;
virtual bool parse_commands(Z3_context ctx, std::istream& is, std::ostream& os) = 0;
virtual benchmark * get_benchmark() = 0;
};
};