AC all different in the SAT solver; change the way integer variables are encoded on top of boolean variables in the SAT solver; change protobuf utilities

This commit is contained in:
Laurent Perron
2017-06-08 12:33:16 +02:00
parent 382d9939b3
commit 6609fac882
40 changed files with 1227 additions and 581 deletions

View File

@@ -20,7 +20,7 @@ ExternalProject_Add(Gflags_project
-DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON)
ADD_LIBRARY(Gflags STATIC IMPORTED)
ADD_LIBRARY(Gflags STATIC IMPORTED)
SET_PROPERTY(TARGET Gflags PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_BINARY_DIR}/gflags_project/src/gflags/lib/libgflags.a)
SET(Gflags_LIBRARIES "")
LIST(APPEND Gflags_LIBRARIES Gflags)