diff options
Diffstat (limited to 'stp/sat/Solver.h')
-rw-r--r-- | stp/sat/Solver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stp/sat/Solver.h b/stp/sat/Solver.h index 8826fac7..0a6dc87e 100644 --- a/stp/sat/Solver.h +++ b/stp/sat/Solver.h @@ -24,9 +24,6 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA #include "VarOrder.h" namespace MINISAT { -// Redfine if you want output to go somewhere else: -#define reportf(format, args...) ( printf(format , ## args), fflush(stdout) ) - //================================================================================================= // Solver -- the main class: |