mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 13:27:01 +00:00
add projection with witnesses
expose model based projection with witness creation
This commit is contained in:
parent
b7b611d84b
commit
d2411567b5
6 changed files with 106 additions and 13 deletions
|
@ -28,7 +28,7 @@ Revision History:
|
|||
|
||||
namespace mbp {
|
||||
|
||||
struct cant_project {};
|
||||
struct cant_project : public std::exception {};
|
||||
|
||||
struct def {
|
||||
expr_ref var, term;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue