Giter Site home page Giter Site logo

fkutzner / lingeling-cmake Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arminbiere/lingeling

0.0 0.0 0.0 274 KB

Lingeling SAT Solver fork with CMake build

License: MIT License

Shell 1.22% C 98.50% CMake 0.28%
cmake lingeling sat sat-solver sat-solving satisfiability

lingeling-cmake's Introduction

lingeling-cmake

This is a fork of the Lingeling 1.0.0 SAT solver, with support for CMake. No original source files are changed in this fork.

See also the original README file. This version of Lingeling is published under the MIT license, see COPYING.

Building lingeling-cmake

lingeling-cmake builds Lingeling both as a static and as a shared library. The build artifacts are placed in the target subdirectory of your build.

The Lingeling executables are built using the static Lingeling library. If you only need the Lingeling libraries, set the CMake option LGL_BUILD_TOOLS to OFF.

Integrating lingeling-cmake

If the lingeling-cmake sources are included in your source tree (for example as a git submodule), you can simply create the targets by adding it via add_subdirectory().

Otherwise, a lingeling-cmake installation can be used as a CMake package in the usual fashion:

  • When setting up the lingeling-cmake build, pass an installation directory to CMake via CMAKE_INSTALL_PREFIX
  • Build the install target
  • Add the installation directory to your client's CMAKE_PREFIX_PATH
  • In your client CMake code, add find_package(Lingeling)

lingeling-cmake's People

Contributors

arminbiere avatar fkutzner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.