mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
saved params work
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c3055207ed
commit
cf28cbab0a
130 changed files with 1469 additions and 948 deletions
|
@ -21,7 +21,7 @@ Notes:
|
|||
#include "ast_pp.h"
|
||||
|
||||
void bv2int_rewriter_ctx::update_params(params_ref const& p) {
|
||||
m_max_size = p.get_uint(":max-bv-size", UINT_MAX);
|
||||
m_max_size = p.get_uint("max_bv_size", UINT_MAX);
|
||||
}
|
||||
|
||||
struct lt_rational {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue