Skip to content

Commit 9d2a80f

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 07ad91b + 1798f70 commit 9d2a80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lab-Exercise-2/CPP/Z3Mgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ s32_t Z3Mgr::z3Expr2NumValue(z3::expr e) {
6666

6767
/// It checks if the constraints added to the Z3 solver are satisfiable.
6868
/// 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
69+
/// and evaluates the given complex expression e within this model, returning a fitting result
7070
z3::expr Z3Mgr::getEvalExpr(z3::expr e) {
7171
z3::check_result res = solver.check();
7272
assert(res != z3::unsat && "unsatisfied constraints! Check your contradictory constraints added to the solver");

0 commit comments

Comments
 (0)