Skip to content

Commit

Permalink
AdaSAT 24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Dec 18, 2023
1 parent 356e375 commit 982c160
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index/ad/adasat/adasat-24.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "adasat"
description = "Implementation of a DPLL-based SAT solver in Ada."
long-description = """
Main features:
- [X] Conflict analysis and backjumping
- [X] Two-watched literals scheme
- [X] Built-in support for At-Most-One constraints
- [X] Custom theories
"""
version = "24.0.0"
website = "https://github.com/AdaCore/adasat"
authors = ["AdaCore"]
licenses = "Apache-2.0 WITH LLVM-exception"
maintainers = ["[email protected]"]
maintainers-logins = ["chouteau", "roldak"]
tags = ["sat", "solver", "theories"]

[configuration]
disabled = true

[origin]
url="https://github.com/adacore/adasat/archive/v24.0.0/adasat-24.0.0.zip"
hashes=['sha512:46db8c9a613e49551a7cb35593320b5a4eb11309c0d0b112f6ef391ac5ccb1c8b234906535f4010d2b3a563740a031b0ec5da6c2318758439bb43798ecaf83fd']

0 comments on commit 982c160

Please sign in to comment.