mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
working on internalizer
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ebed5fa037
commit
3852b3a753
2 changed files with 30 additions and 24 deletions
|
@ -310,6 +310,7 @@ namespace smt {
|
|||
|
||||
typedef vector <std::pair<theory_var, rational> > objective_term;
|
||||
vector<objective_term> m_objectives;
|
||||
vector<rational> m_objective_vars;
|
||||
|
||||
void internalize_objective(app * n, objective_term & objective);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue