flatzinc-serde 0.4.4

FlatZinc serialization and deserialization
Documentation

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.