3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

bugfixes to hsmax

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-06-14 17:29:53 -07:00
parent 5427964c54
commit 7fbe7124f9
4 changed files with 24 additions and 75 deletions

View file

@ -339,8 +339,8 @@ namespace sat {
// Backtracking
//
// -----------------------
public:
void push();
public:
void pop(unsigned num_scopes);
protected: