Skip to content

Commit

Permalink
remove chuffed_rs
Browse files Browse the repository at this point in the history
Remove chuffed bindings. The chuffed bindings did not build on Redhat
machines, interfering with developing Conjure Oxide on lab machines.

They also are no longer being actively developed.

Closes: #360
  • Loading branch information
niklasdewally committed Nov 1, 2024
1 parent 251bb14 commit 46d611f
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 507 deletions.
19 changes: 0 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ members = [
"crates/conjure_macros",
"solvers/kissat",
"solvers/minion",
"solvers/chuffed",

]

[workspace.lints.clippy]
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This repository hosts the following projects:

* [Conjure Oxide](https://github.com/conjure-cp/conjure-oxide/tree/main/conjure_oxide)
* [`minion_rs` - Rust bindings to Minion](https://github.com/conjure-cp/conjure-oxide/tree/main/solvers/minion)
* [`chuffed_rs` - Rust bindings to Chuffed](https://github.com/conjure-cp/conjure-oxide/tree/main/solvers/chuffed)

This project is being produced by staff and students of University of St
Andrews, and is licenced under the [MPL 2.0](./LICENCE).
Expand Down
3 changes: 1 addition & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Welcome to the documentation of Conjure Oxide.
These crates contain Rust bindings for solvers:

* [minion_rs](minion_rs/index.html)
* [chuffed_rs](chuffed_rs/index.html)


## Developer Documentation
Expand All @@ -34,4 +33,4 @@ reference:
2. Run all tests in the workspace
```bash
cargo test --workspace
```
```
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This repository hosts the following projects:

* [Conjure Oxide](https://github.com/conjure-cp/conjure-oxide/tree/main/conjure_oxide)
* [`minion_rs` - Rust bindings to Minion](https://github.com/conjure-cp/conjure-oxide/tree/main/solvers/minion)
* [`chuffed_rs` - Rust bindings to Chuffed](https://github.com/conjure-cp/conjure-oxide/tree/main/solvers/chuffed)

This project is being produced by staff and students of University of St
Andrews, and is licenced under the [MPL 2.0](./LICENCE).
Expand Down
15 changes: 0 additions & 15 deletions solvers/chuffed/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions solvers/chuffed/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions solvers/chuffed/README.md

This file was deleted.

101 changes: 0 additions & 101 deletions solvers/chuffed/build.rs

This file was deleted.

26 changes: 0 additions & 26 deletions solvers/chuffed/build.sh

This file was deleted.

3 changes: 0 additions & 3 deletions solvers/chuffed/compile_flags.txt

This file was deleted.

71 changes: 0 additions & 71 deletions solvers/chuffed/src/lib.rs

This file was deleted.

18 changes: 0 additions & 18 deletions solvers/chuffed/src/main.rs

This file was deleted.

Loading

0 comments on commit 46d611f

Please sign in to comment.