mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
remove python_install target from all
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2a0bbad524
commit
34a0d7dfed
8 changed files with 23 additions and 22 deletions
|
@ -68,7 +68,7 @@ namespace smt {
|
|||
arith_simplifier_plugin * m_as;
|
||||
|
||||
already_processed m_already_processed;
|
||||
svector<enode_pair> m_restart_pairs;
|
||||
enode_pair_vector m_restart_pairs;
|
||||
svector<parameter> m_proof_hint;
|
||||
|
||||
context & get_context() const { return m_owner.get_context(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue