Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
/ SomeSAT Public archive

Part of the SPBU's programming course. DPLL SAT solver in F#.

License

Notifications You must be signed in to change notification settings

artem-burashnikov/SomeSAT

Repository files navigation

SomeSAT

Build status MIT License

Overview

SAT solver which utilizes DPLL search algorithm.

Getting Started

Prerequisites

For running:

For testing:

Installation

Open the terminal and follow these steps:

  1. Clone the repository:

    git clone git@github.com:artem-burashnikov/SomeSAT.git
  2. Navigate to the project folder inside the root:

    cd SomeSAT/
  3. Build the project:

    dotnet build --configuration Release
  4. Run the solver against a file in DIMACS format:

    dotnet run <filePath>

License

The project is licensed under a MIT-License.

About

Part of the SPBU's programming course. DPLL SAT solver in F#.

Topics

Resources

License

Stars

Watchers

Forks