A simple search problem package
Project description
Hadeel
A simple Python package for defining search problems.
Installation
pip install Hadeel
Usage
from Hadeel import SearchProblem
problem = SearchProblem("start", "goal")
print(problem.get_initial_state()) # start
print(problem.is_goal("goal")) # True
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
hadeelai-0.1.0.tar.gz
(2.5 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 hadeelai-0.1.0.tar.gz.
File metadata
- Download URL: hadeelai-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9733989fc7b426cbec939329ec71a9c9c4d43e222fe9c24ed87b1b219afb1ae
|
|
| MD5 |
63d359c2d59cf50c4d9c2d7b4191b941
|
|
| BLAKE2b-256 |
430fdb40db39c44e23d914cadb4abad765f9e4ef286b3c598c5fd8a2a2d3b01d
|
File details
Details for the file hadeelai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hadeelai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0df58eae3276e7ddf9ca338f0789be8eaa1e602f71bfe4ed9dce9f07d1511751
|
|
| MD5 |
53ef537a9f59b1c97c1d5728010768db
|
|
| BLAKE2b-256 |
47811262ad8ed3a630191ed9fe6cc3ff4d2ba0c79edae4f626eb9e6ec4c0e2a7
|