SAT Solver Template
Loading...
Searching...
No Matches
Macros
assert.hpp File Reference

Wrapper around the classic C assert that always evaluates an expression but only checks the result in debug mode. More...

#include <cassert>
Include dependency graph for assert.hpp:

Go to the source code of this file.

Macros

#define ASSERT_RESULT(expr)   assert(expr)
 

Detailed Description

Wrapper around the classic C assert that always evaluates an expression but only checks the result in debug mode.

Author
Tim Luchterhand
Date
29.11.24