Skip to content

FeatureIDE/sharpSAT

 
 

Repository files navigation

sharpSAT

Instructions for building x64 static executables:

Linux

docker build -t sharpsat .
docker cp $(docker create sharpsat):/home/sharpSAT sharpSAT
chmod +x sharpSAT

Windows

  • install CMake, Visual Studio with the C++ workload, and vcpkg (into ..)
  • ..\vcpkg\vcpkg install gmp
  • cmake . -DCMAKE_TOOLCHAIN_FILE=..\vcpkg\scripts\buildsystems\vcpkg.cmake
  • msbuild sharpSAT.sln /t:ALL_BUILD /p:Configuration=Release (binary+DLL in Release, .lib not needed)

Packages

No packages published

Languages

  • C++ 96.5%
  • CMake 3.4%
  • Dockerfile 0.1%