mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
cleanup macro usage
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cfedbe3dfd
commit
898609a3ef
5 changed files with 64 additions and 33 deletions
|
@ -26,6 +26,7 @@ Notes:
|
|||
#include"smt_kernel.h"
|
||||
#include"smt_params.h"
|
||||
#include"smt_types.h"
|
||||
#include"theory_opt.h"
|
||||
|
||||
namespace opt {
|
||||
|
||||
|
@ -60,6 +61,8 @@ namespace opt {
|
|||
|
||||
void set_objective(app* term);
|
||||
void toggle_objective(bool enable);
|
||||
private:
|
||||
smt::theory_opt& get_optimizer();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue