mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
Add push/pop to box optimization
This commit is contained in:
parent
4aa9c742ab
commit
5ed8a48ac2
4 changed files with 29 additions and 9 deletions
|
@ -249,8 +249,8 @@ private:
|
|||
};
|
||||
|
||||
static expr* sexpr2expr(cmd_context & ctx, sexpr * s) {
|
||||
NOT_IMPLEMENTED_YET();
|
||||
return 0;
|
||||
NOT_IMPLEMENTED_YET();
|
||||
return ctx.m().mk_true();
|
||||
}
|
||||
|
||||
static opt::objective* sexpr2objective(cmd_context & ctx, sexpr * s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue