Newer
Older
[metadata]
name = ilp_keyboard_layout_optimization
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
42
43
description =
The QAP variant of keyboard layout optimization, i.e. character to key assignments
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.tu-berlin.de/blutub3d/ilp_keyboard_layout_optimization
author = Björn Ludwig
author_email = bjoern.ludwig@campus.tu-berlin.de
keywords =
ilp
qap
keyboard layout optimization
license = MIT
license_files = file: LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Information Analysis
Typing :: Typed
[options]
package_dir =
= src
packages = find:
include_package_data = True
install_requires =
pyscipopt
python_requires = >=3.10
[options.packages.find]
where = src
[options.extras_require]
test =
hypothesis
pytest