flatzinc-serde

Crates.ioflatzinc-serde
lib.rsflatzinc-serde
version0.4.0
sourcesrc
created_at2024-01-19 01:08:10.445849
updated_at2024-08-12 07:21:37.526444
descriptionFlatZinc serialization and deserialization
homepagehttps://www.minizinc.org/
repositoryhttps://github.com/shackle-rs/shackle/
max_upload_size
id1104756
size33,346
Jip J. Dekker (Dekker1)

documentation

README

FlatZinc Serde

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.

Getting Started

Install the library using cargo:

cargo install flatzinc-serde

Read the documentation for more information about how to use the library.

License

This project is licensed under the MPL-2.0 License. See the LICENSE file for details.

Commit count: 429

cargo fmt