This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
2016-12-06 15:39:38 +01:00
2016-12-06 15:37:00 +01:00
2016-12-05 16:35:06 +01:00
2016-12-06 15:39:38 +01:00
2016-11-24 18:25:43 +01:00
2016-11-24 23:43:44 +01:00
2016-11-24 18:05:15 +01:00
2016-12-05 16:35:06 +01:00
2016-12-05 16:37:39 +01:00

ChronoZinc

Small wrapper for mzn-fzn to benchmark MiniZinc models

Usage

chronozinc [config]* [models]* [data]*

Files are matched on extension:

  • Models: .mzn
  • Data: .dzn
  • Configuration: .json, .toml, .yml (viper extensions)

TODO

  • Remove all usage of viper from parsing and runtime packages
  • Provide separate the run and parse commands
  • MORE DOCUMENTATION!!!
Description
A small application used to run benchmarks on MiniZinc models and solvers
Readme MIT 46 KiB
Languages
Go 100%