Commit 265e3e5c by Alan Mishchenko

Moving Vec_Set_t to the vector directory.

parent 3992e344
...@@ -1265,10 +1265,6 @@ SOURCE=.\src\sat\bsat\satUtil.c ...@@ -1265,10 +1265,6 @@ SOURCE=.\src\sat\bsat\satUtil.c
SOURCE=.\src\sat\bsat\satVec.h SOURCE=.\src\sat\bsat\satVec.h
# End Source File # End Source File
# Begin Source File
SOURCE=.\src\sat\bsat\vecSet.h
# End Source File
# End Group # End Group
# Begin Group "proof" # Begin Group "proof"
...@@ -2535,6 +2531,10 @@ SOURCE=.\src\misc\vec\vecPtr.h ...@@ -2535,6 +2531,10 @@ SOURCE=.\src\misc\vec\vecPtr.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\src\misc\vec\vecSet.h
# End Source File
# Begin Source File
SOURCE=.\src\misc\vec\vecStr.h SOURCE=.\src\misc\vec\vecStr.h
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#include "satSolver2.h" #include "satSolver2.h"
#include "src/misc/vec/vec.h" #include "src/misc/vec/vec.h"
#include "src/misc/vec/vecSet.h"
#include "src/aig/aig/aig.h" #include "src/aig/aig/aig.h"
#include "satTruth.h" #include "satTruth.h"
#include "vecSet.h"
ABC_NAMESPACE_IMPL_START ABC_NAMESPACE_IMPL_START
......
...@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA ...@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <assert.h> #include <assert.h>
#include "satVec.h" #include "satVec.h"
#include "vecSet.h" #include "src/misc/vec/vecSet.h"
ABC_NAMESPACE_HEADER_START ABC_NAMESPACE_HEADER_START
......
...@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA ...@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <assert.h> #include <assert.h>
#include "satVec.h" #include "satVec.h"
#include "vecSet.h" #include "src/misc/vec/vecSet.h"
ABC_NAMESPACE_HEADER_START ABC_NAMESPACE_HEADER_START
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
***********************************************************************/ ***********************************************************************/
#include "satTruth.h" #include "satTruth.h"
#include "vecSet.h" #include "src/misc/vec/vecSet.h"
ABC_NAMESPACE_IMPL_START ABC_NAMESPACE_IMPL_START
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment