We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4c8f3 commit 9f6367fCopy full SHA for 9f6367f
src/engine/IEngine.h
@@ -44,7 +44,7 @@ class UnsatCertificateNode;
44
class IEngine
45
{
46
public:
47
- virtual ~IEngine() {};
+ virtual ~IEngine(){};
48
49
enum ExitCode {
50
UNSAT = 0,
0 commit comments