diff options
author | Andrew Santosa <santosa_1999@yahoo.com> | 2017-07-08 22:54:10 +0800 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2017-07-08 18:49:38 +0100 |
commit | 5ec2da117bb0bad566bf822c09efc36703465e59 (patch) | |
tree | b6ea1b8e8b3202ecd6050597a6b1b54554c6913a | |
parent | 7c4fdd012317eb92352fc7ded53a553ed762719f (diff) | |
download | klee-5ec2da117bb0bad566bf822c09efc36703465e59.tar.gz |
Corrected comment of Z3Solver class
-rw-r--r-- | lib/Solver/Z3Solver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Solver/Z3Solver.h b/lib/Solver/Z3Solver.h index 8dc97e06..105c7c75 100644 --- a/lib/Solver/Z3Solver.h +++ b/lib/Solver/Z3Solver.h @@ -14,7 +14,7 @@ #include "klee/Solver.h" namespace klee { -/// Z3Solver - A solver complete solver based on Z3 +/// Z3Solver - A complete solver based on Z3 class Z3Solver : public Solver { public: /// Z3Solver - Construct a new Z3Solver. |