3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-02 11:46:55 +00:00

update to vector format

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-11-10 15:28:16 -08:00
parent cb7e53aae4
commit 454e12fc49
17 changed files with 47 additions and 46 deletions

View file

@ -189,7 +189,7 @@ public:
\brief extract a lookahead candidates for branching.
*/
virtual expr_ref cube(unsigned backtrack_level) = 0;
virtual expr_ref_vector cube(unsigned backtrack_level) = 0;
/**
\brief Display the content of this solver.