mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
add count of memory allocations and way to limit allocations globally. Fix purification in nlsat_smt to fix regressions on QF_UFNRA
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4675643271
commit
564da787fb
14 changed files with 88 additions and 32 deletions
|
@ -49,6 +49,7 @@ char const * z3_error::msg() const {
|
|||
case ERR_CMD_LINE: return "invalid command line";
|
||||
case ERR_INTERNAL_FATAL: return "internal error";
|
||||
case ERR_TYPE_CHECK: return "type error";
|
||||
case ERR_ALLOC_EXCEEDED: return "number of configured allocations exceeded";
|
||||
default: return "unknown error";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue