Fix bugs and add cmd interface
This commit is contained in:
parent
bb71924ca9
commit
bab9cd1e1a
9 changed files with 604 additions and 57 deletions
|
|
@ -2,6 +2,8 @@
|
|||
name = "simple-sat-solver"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
default-run = "simple-sat-solver"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue