mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 18:06:15 +00:00
include rlimit in nlsat, include dedicated error message, for issue #216
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0cf18ab18e
commit
d9b6623400
6 changed files with 13 additions and 6 deletions
|
@ -24,3 +24,4 @@ char const * common_msgs::g_max_scopes_msg = "max. scopes exceeded";
|
|||
char const * common_msgs::g_max_steps_msg = "max. steps exceeded";
|
||||
char const * common_msgs::g_max_frames_msg = "max. frames exceeded";
|
||||
char const * common_msgs::g_no_proofs_msg = "component does not support proof generation";
|
||||
char const * common_msgs::g_max_resource_msg = "max. resource limit exceeded";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue