mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +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
|
@ -90,6 +90,9 @@ namespace polynomial {
|
|||
factor_params();
|
||||
factor_params(unsigned max_p, unsigned p_trials, unsigned max_search_size);
|
||||
void updt_params(params_ref const & p);
|
||||
/*
|
||||
REG_MODULE_PARAMS('factor', polynomial::factor_params::get_param_descrs')
|
||||
*/
|
||||
static void get_param_descrs(param_descrs & r);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue