3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00

renaming to optsmt

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-11-08 12:41:05 -08:00
parent 33be06c6dc
commit 29cc9025cb
3 changed files with 17 additions and 17 deletions

View file

@ -27,7 +27,7 @@ Notes:
#include "ast.h"
#include "solver.h"
#include "optimize_objectives.h"
#include "optsmt.h"
#include "opt_maxsmt.h"
namespace opt {
@ -39,7 +39,7 @@ namespace opt {
expr_ref_vector m_hard_constraints;
ref<solver> m_solver;
params_ref m_params;
optimize_objectives m_optsmt;
optsmt m_optsmt;
maxsmt m_maxsmt;
public:
context(ast_manager& m);