Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
251 changes: 0 additions & 251 deletions AGPRICE_MISSING_CONSTRAINTS.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zelen"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
description = "Selen CSP solver parser for FlatZinc"
rust-version = "1.88"
Expand Down
69 changes: 0 additions & 69 deletions FLATZINC_MIGRATION.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
zelen = "0.2"
zelen = "0.3"
```

### As a Command-Line Solver
Expand Down
Loading