Closed shashi closed 4 years ago
I'm assuming you are talking about pop(::Solver, ::Int) and push(::Solver). These correspond to those from here: https://z3prover.github.io/api/html/classz3_1_1solver.html
push creates a backtracking point, and pop backtracks a certain amount of backtracking points.
Nice! Thank you again!
but according to the spec they both do... Actually I'm not really sure what this number is supposed to be, but I'm suspecting it could be the cause of some crashes I'm seeing.