mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
context params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
02e763bb6b
commit
f15de18c4a
11 changed files with 204 additions and 38 deletions
|
@ -23,7 +23,6 @@ struct datalog_params {
|
|||
symbol m_default_table;
|
||||
bool m_default_table_checked;
|
||||
datalog_params();
|
||||
// virtual void register_params(ini_params& p);
|
||||
};
|
||||
|
||||
unsigned read_datalog(char const * file, datalog_params const& dl_params, front_end_params & front_end_params);
|
||||
|
|
|
@ -116,10 +116,7 @@ void init_params() {
|
|||
if (!g_params_initialized) {
|
||||
z3_bound_num_procs();
|
||||
g_front_end_params = new front_end_params();
|
||||
// g_params = new ini_params();
|
||||
g_extra_params = new extra_params();
|
||||
// g_front_end_params->register_params(*g_params);
|
||||
// g_extra_params->register_params(*g_params);
|
||||
g_params_initialized = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue