-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/target | ||
/Cargo.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.2.4] - 2024-04-10 | ||
|
||
### 🚀 Features | ||
|
||
- Implemented batsat api | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[](https://github.com/chrjabs/rustsat/actions/workflows/batsat.yml) | ||
[](https://crates.io/crates/rustsat-batsat) | ||
[](https://docs.rs/rustsat-batsat) | ||
[](../LICENSE) | ||
|
||
<!-- cargo-rdme start --> | ||
|
||
# rustsat-batsat - Interface to the BatSat SAT Solver for RustSAT | ||
|
||
The BatSat solver to be used with the [RustSAT](https://github.com/chrjabs/rustsat) library. | ||
|
||
## Features | ||
|
||
## BatSat Version | ||
|
||
The version of BatSat in this crate is Version 0.5.0. | ||
|
||
<!-- cargo-rdme end --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters