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:
parent
5427964c54
commit
7fbe7124f9
4 changed files with 24 additions and 75 deletions
|
@ -339,8 +339,8 @@ namespace sat {
|
|||
// Backtracking
|
||||
//
|
||||
// -----------------------
|
||||
public:
|
||||
void push();
|
||||
public:
|
||||
void pop(unsigned num_scopes);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue