Crates.io | flatzinc-serde |
lib.rs | flatzinc-serde |
version | 0.4.0 |
source | src |
created_at | 2024-01-19 01:08:10.445849 |
updated_at | 2024-08-12 07:21:37.526444 |
description | FlatZinc serialization and deserialization |
homepage | https://www.minizinc.org/ |
repository | https://github.com/shackle-rs/shackle/ |
max_upload_size | |
id | 1104756 |
size | 33,346 |
flatzinc-serde
is a Rust library that provides serialization and deserialization support for the FlatZinc JSON format using the serde
library.
FlatZinc (JSON) is a representation used to represent decision and optimization problems to solvers of these types of problems.
This format is used by the MiniZinc constraint modelling language.
Install the library using cargo
:
cargo install flatzinc-serde
Read the documentation for more information about how to use the library.
This project is licensed under the MPL-2.0 License. See the LICENSE file for details.