We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07ad91b + 1798f70 commit 9d2a80fCopy full SHA for 9d2a80f
1 file changed
Lab-Exercise-2/CPP/Z3Mgr.cpp
@@ -66,7 +66,7 @@ s32_t Z3Mgr::z3Expr2NumValue(z3::expr e) {
66
67
/// It checks if the constraints added to the Z3 solver are satisfiable.
68
/// If they are, it retrieves the model that satisfies these constraints
69
-/// and evaluates the given complex expression e within this model, returning the evaluated result
+/// and evaluates the given complex expression e within this model, returning a fitting result
70
z3::expr Z3Mgr::getEvalExpr(z3::expr e) {
71
z3::check_result res = solver.check();
72
assert(res != z3::unsat && "unsatisfied constraints! Check your contradictory constraints added to the solver");
0 commit comments