-
Notifications
You must be signed in to change notification settings - Fork 22
/
CITATION.cff
41 lines (40 loc) · 1.34 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file contains metadata to help users cite MiniZinc in academic
# publications. To add more details, see https://citation-file-format.github.io
# for help.
cff-version: 1.2.0
title: MiniZinc Python
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Jip J.
family-names: Dekker
email: jip.dekker@monash.edu
affiliation: Monash University
orcid: 'https://orcid.org/0000-0002-0053-6724'
identifiers:
- type: doi
value: 10.5281/zenodo.7608747
description: Zenodo Software Archival DOI
repository-code: 'https://github.com/MiniZinc/minizinc-python'
url: 'https://www.minizinc.org/'
abstract: >-
MiniZinc Python provides an interface from Python to the
MiniZinc driver. The most important goal of this project
are to allow easy access to MiniZinc using native Python
structures. This will allow you to more easily make
scripts to run MiniZinc, but will also allow the
integration of MiniZinc models within bigger (Python)
projects. This module also aims to expose an interface for
meta-search. For problems that are hard to solve,
meta-search can provide solutions to reach more or better
solutions quickly.
keywords:
- MiniZinc
- Python
- Constraint Programming
- Optimisation
license: MPL-2.0
version: 0.9.0
date-released: '2023-04-04'