Constraint checking engine with vectorized NumPy + Numba (no-scale).
Project description
hybrid-constraint-engine
A small constraint checking engine using NumPy + Numba with a simple Problem API.
- Pure-Python distribution (no compiled extensions)
- Depends on numpy and numba (prebuilt wheels required on target platform)
- Top-level modules installed: Core_class, constraint_kernel, build_attr_schema_auto, dtype_utils
Quick start
- Install:
pip install hybrid-constraint-engine - Use:
from Core_class import Problem
Build and publish
- Build:
python -m pip install -U build twinethenpython -m build - Upload to TestPyPI:
python -m twine upload -r testpypi dist/* - Upload to PyPI:
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vector_demension-0.1.1.tar.gz
(14.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vector_demension-0.1.1.tar.gz.
File metadata
- Download URL: vector_demension-0.1.1.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d95d9f19bd93de9b51488ecedf85579c110e66358c6bc404aae0d07169b05d81
|
|
| MD5 |
19e0d0e3e173450360d8809377c98f60
|
|
| BLAKE2b-256 |
0af4810696d150d8f37b00f4eab3cfbf3da209434c1c18bad046dd2976061c88
|
File details
Details for the file vector_demension-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vector_demension-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c501a9701b29759d66095b57b9aabbc2622249b38181f675483ef374006ca44
|
|
| MD5 |
d903fd51e86e08c8a04b450365131fc9
|
|
| BLAKE2b-256 |
c110751e5877ad4bc2ce4a953cc4938419f48fc3ad0ee983efdd429a72c54c4b
|