Skip to content

Commit 00d8bb6

Browse files
authored
Merge pull request #745 from diffblue/remove_negate_property
remove temporal-logic/negate_property
2 parents d308e09 + e6be725 commit 00d8bb6

File tree

4 files changed

+1
-121
lines changed

4 files changed

+1
-121
lines changed

src/ebmc/bdd_engine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Author: Daniel Kroening, daniel.kroening@inf.ethz.ch
1313

1414
#include <solvers/bdd/miniBDD/miniBDD.h>
1515
#include <solvers/sat/satcheck.h>
16-
#include <temporal-logic/negate_property.h>
1716
#include <temporal-logic/temporal_expr.h>
1817
#include <temporal-logic/temporal_logic.h>
1918
#include <trans-netlist/aig_prop.h>

src/temporal-logic/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
SRC = negate_property.cpp \
2-
nnf.cpp \
1+
SRC = nnf.cpp \
32
normalize_property.cpp \
43
temporal_logic.cpp \
54
#empty line

src/temporal-logic/negate_property.cpp

Lines changed: 0 additions & 102 deletions
This file was deleted.

src/temporal-logic/negate_property.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)