File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file contains metadata to help users cite MiniZinc in academic
2
+ # publications. To add more details, see https://citation-file-format.github.io
3
+ # for help.
4
+
5
+ cff-version : 1.2.0
6
+ title : MiniZinc Python
7
+ message : >-
8
+ If you use this software, please cite it using the
9
+ metadata from this file.
10
+ type : software
11
+ authors :
12
+ - given-names : Jip J.
13
+ family-names : Dekker
14
+
15
+ affiliation : Monash University
16
+ orcid : ' https://orcid.org/0000-0002-0053-6724'
17
+ repository-code : ' https://github.com/MiniZinc/minizinc-python'
18
+ url : ' https://www.minizinc.org/'
19
+ abstract : >-
20
+ MiniZinc Python provides an interface from Python to the
21
+ MiniZinc driver. The most important goal of this project
22
+ are to allow easy access to MiniZinc using native Python
23
+ structures. This will allow you to more easily make
24
+ scripts to run MiniZinc, but will also allow the
25
+ integration of MiniZinc models within bigger (Python)
26
+ projects. This module also aims to expose an interface for
27
+ meta-search. For problems that are hard to solve,
28
+ meta-search can provide solutions to reach more or better
29
+ solutions quickly.
30
+ keywords :
31
+ - MiniZinc
32
+ - Python
33
+ - Constraint Programming
34
+ - Optimisation
35
+ license : MPL-2.0
You can’t perform that action at this time.
0 commit comments