mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +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,6 +21,12 @@ Revision History:
|
|||
|
||||
#include"format.h"
|
||||
#include"pp_params.h"
|
||||
#include"params.h"
|
||||
|
||||
/*
|
||||
REG_MODULE_PARAMS('pp', 'pp_param_descrs')
|
||||
*/
|
||||
void pp_param_descrs(param_descrs & d);
|
||||
|
||||
void set_pp_default_params(pp_params const & p);
|
||||
void register_pp_params(ini_params & p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue