Skip to content

ghB111/sat-nsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sat-nsu

Install rust and cargo: https://rustup.rs/

Build executable:

cargo build
./target/debug/sat-nsu ./data/formulas/2sat_test0.cnf

Build and run a specific formula:

cargo run ./data/formulas/2sat_test1.cnf

Also you can specify method:

USAGE:
    sat-nsu [OPTIONS] <input>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -m, --method <method>    Method to use when solving [default: recursion]  [possible values: recursion, no-recursion]

Unit tests:

cargo test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages