mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
more descriptive naming convention
This commit is contained in:
parent
4b3fecc35e
commit
d03fdf5fed
7 changed files with 16 additions and 16 deletions
|
@ -160,7 +160,7 @@ public:
|
|||
virtual void updt_params(params_ref const& p) = 0;
|
||||
};
|
||||
|
||||
class ast_context : public context_params {
|
||||
class ast_context_params : public context_params {
|
||||
ast_manager* m_manager { nullptr };
|
||||
public:
|
||||
/**
|
||||
|
@ -194,7 +194,7 @@ public:
|
|||
|
||||
|
||||
protected:
|
||||
ast_context m_params;
|
||||
ast_context_params m_params;
|
||||
bool m_main_ctx;
|
||||
symbol m_logic;
|
||||
bool m_interactive_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue