Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
bb68d0b7
Commit
bb68d0b7
authored
Jul 25, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused files from the project.
parent
b2ad079a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
35 deletions
+3
-35
abclib.dsp
+0
-28
src/map/super/module.make
+1
-2
src/proof/cec/cec.c
+1
-1
src/proof/cec/module.make
+0
-1
src/proof/int/module.make
+0
-1
src/proof/pdr/module.make
+1
-2
No files found.
abclib.dsp
View file @
bb68d0b7
...
...
@@ -1883,10 +1883,6 @@ SOURCE=.\src\opt\nwk\nwk.h
# End Source File
# Begin Source File
SOURCE=.\src\opt\nwk\nwk_.c
# End Source File
# Begin Source File
SOURCE=.\src\opt\nwk\nwkAig.c
# End Source File
# Begin Source File
...
...
@@ -2165,10 +2161,6 @@ SOURCE=.\src\map\super\superGate.c
SOURCE=.\src\map\super\superInt.h
# End Source File
# Begin Source File
SOURCE=.\src\map\super\superWrite.c
# End Source File
# End Group
# Begin Group "if"
...
...
@@ -3715,10 +3707,6 @@ SOURCE=.\src\proof\bbr\bbrReach.c
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\src\proof\cec\cec.c
# End Source File
# Begin Source File
SOURCE=.\src\proof\cec\cec.h
# End Source File
# Begin Source File
...
...
@@ -3763,10 +3751,6 @@ SOURCE=.\src\proof\cec\cecSeq.c
# End Source File
# Begin Source File
SOURCE=.\src\proof\cec\cecSim.c
# End Source File
# Begin Source File
SOURCE=.\src\proof\cec\cecSolve.c
# End Source File
# Begin Source File
...
...
@@ -3839,10 +3823,6 @@ SOURCE=.\src\proof\fra\fra.h
# End Source File
# Begin Source File
SOURCE=.\src\proof\fra\fra_.c
# End Source File
# Begin Source File
SOURCE=.\src\proof\fra\fraBmc.c
# End Source File
# Begin Source File
...
...
@@ -4019,10 +3999,6 @@ SOURCE=.\src\proof\int\intM114.c
# End Source File
# Begin Source File
SOURCE=.\src\proof\int\intM114p.c
# End Source File
# Begin Source File
SOURCE=.\src\proof\int\intMan.c
# End Source File
# Begin Source File
...
...
@@ -4163,10 +4139,6 @@ SOURCE=.\src\proof\llb\llbInt.h
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\src\proof\pdr\pdr.c
# End Source File
# Begin Source File
SOURCE=.\src\proof\pdr\pdr.h
# End Source File
# Begin Source File
...
...
src/map/super/module.make
View file @
bb68d0b7
SRC
+=
src/map/super/super.c
\
src/map/super/superAnd.c
\
src/map/super/superGate.c
\
src/map/super/superWrite.c
src/map/super/superGate.c
src/proof/cec/cec.c
View file @
bb68d0b7
/
**CFile****************************************************************
**
CFile
****************************************************************
FileName
[
cec
.
c
]
...
...
src/proof/cec/module.make
View file @
bb68d0b7
...
...
@@ -7,7 +7,6 @@ SRC += src/proof/cec/cecCec.c \
src/proof/cec/cecMan.c
\
src/proof/cec/cecPat.c
\
src/proof/cec/cecSeq.c
\
src/proof/cec/cecSim.c
\
src/proof/cec/cecSolve.c
\
src/proof/cec/cecSynth.c
\
src/proof/cec/cecSweep.c
src/proof/int/module.make
View file @
bb68d0b7
...
...
@@ -6,6 +6,5 @@ SRC += src/proof/int/intCheck.c \
src/proof/int/intFrames.c
\
src/proof/int/intInter.c
\
src/proof/int/intM114.c
\
src/proof/int/intM114p.c
\
src/proof/int/intMan.c
\
src/proof/int/intUtil.c
src/proof/pdr/module.make
View file @
bb68d0b7
SRC
+=
src/proof/pdr/pdr.c
\
src/proof/pdr/pdrCnf.c
\
SRC
+=
src/proof/pdr/pdrCnf.c
\
src/proof/pdr/pdrCore.c
\
src/proof/pdr/pdrInv.c
\
src/proof/pdr/pdrMan.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment