minizinc-python:直接从Python访问所有MiniZinc功能

时间:2024-05-22 13:24:49
【文件属性】:

文件名称:minizinc-python:直接从Python访问所有MiniZinc功能

文件大小:81KB

文件格式:ZIP

更新时间:2024-05-22 13:24:49

python linear-programming constraint-programming sat-solver minizinc

MiniZinc Python 允许您直接从Python访问MiniZinc所有功能的python软件包。 · 目录 关于该项目 MiniZinc Python提供了从Python到MiniZinc驱动程序的接口。 该项目的最重要目标是允许使用本机Python结构轻松访问MiniZinc。 这将使您可以更轻松地使脚本运行MiniZinc,但也可以将MiniZinc模型集成到较大的(Python)项目中。 该模块还旨在公开用于元搜索的界面。 对于难以解决的问题,元搜索可以提供解决方案以快速找到更多或更好的解决方案。 入门 要启动并运行MiniZinc Python,请遵循以下简单步骤。 安装 可以通过运行pip install minizinc来安装MiniZinc Python 。 它要求在系统上安装MiniZinc 2.5.0+和Python 3.6.0+。 MiniZinc p


【文件预览】:
minizinc-python-develop
----mypy.ini(1KB)
----.github()
--------workflows()
----CHANGELOG.rst(10KB)
----src()
--------minizinc()
----Pipfile.lock(19KB)
----tox.ini(858B)
----LICENSE(16KB)
----setup.py(2KB)
----README.md(5KB)
----Pipfile(540B)
----docs()
--------basic_usage.rst(6KB)
--------library_structure.rst(1KB)
--------conf.py(6KB)
--------requirements.txt(24B)
--------advanced_usage.rst(15KB)
--------index.rst(2KB)
--------getting_started.rst(7KB)
--------api.rst(2KB)
--------changelog.rst(48B)
--------_static()
----tests()
--------test_types.py(4KB)
--------test_dzn.py(4KB)
--------test_errors.py(2KB)
--------test_init.py(838B)
--------test_solver.py(766B)
--------support.py(574B)
--------test_instance.py(3KB)
--------test_helpers.py(2KB)
--------test_solving.py(3KB)
----.readthedocs.yml(288B)
----.gitignore(1KB)
----pyproject.toml(203B)

网友评论