3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

extract theory symbols from Boolean objectives

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-01-05 19:42:06 -08:00
parent 061ac0f23e
commit ef57e4abe5
3 changed files with 66 additions and 0 deletions

View file

@ -82,6 +82,7 @@ namespace opt {
}
void opt_solver::set_logic(symbol const& logic) {
m_logic = logic;
m_context.set_logic(logic);
}