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:
parent
061ac0f23e
commit
ef57e4abe5
3 changed files with 66 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace opt {
|
|||
}
|
||||
|
||||
void opt_solver::set_logic(symbol const& logic) {
|
||||
m_logic = logic;
|
||||
m_context.set_logic(logic);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue