mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
old_params ==> front_end_params. Isolated abstract solver interface
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
62cc752fb6
commit
4c98b567e1
60 changed files with 491 additions and 295 deletions
|
@ -1,31 +0,0 @@
|
|||
/*++
|
||||
Copyright (c) 2011 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
params2front_end_params.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Backward compatibility utilities for parameter setting
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo de Moura (leonardo) 2011-05-19.
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _PARAMS2FRONT_END_PARAMS_H_
|
||||
#define _PARAMS2FRONT_END_PARAMS_H_
|
||||
|
||||
class params_ref;
|
||||
struct front_end_params;
|
||||
|
||||
void params2front_end_params(params_ref const & s, front_end_params & t);
|
||||
|
||||
void front_end_params2params(front_end_params const & s, params_ref & t);
|
||||
|
||||
void solver_front_end_params_descrs(param_descrs & r);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue