BRIM cloud client
Project description
brim-cloud-client
BRIM Cloud Client is a minimal implementation of the REST interface used to communicate with BRIM servers.
Quick start
Installation
pip install brim-cloud-client
Usage - Solve a CNF file
from brim_cloud_client.BRIM import TMB
# Set parameters
tmb_client = TMB(cm=0.9, cb=0.6, p='tmb', Rc=31000, C=49e-15, anneal=0.00011, seed=0)
# Submit cnf file to the server and wait for the results
state, status, results = tmb_client.solve('cust-u500-01.cnf')
print(state, status, results)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brim_cloud_client-1.0.2.tar.gz
(15.8 kB
view details)
Built Distribution
File details
Details for the file brim_cloud_client-1.0.2.tar.gz
.
File metadata
- Download URL: brim_cloud_client-1.0.2.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51669484ce9f2526b4c3b525def450da56e2f9e0c06d73c65d3d62939a23c9ca |
|
MD5 | de346b61ce273c1af2bfbca8d993d2fc |
|
BLAKE2b-256 | baf13c7c1bb28f8c2f2673387a7b48d96a0fd9aedd73ef5ca2cd6ca6d7c2fe1e |
File details
Details for the file brim_cloud_client-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: brim_cloud_client-1.0.2-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43e7aeb1ae546f19a18ad1865c4064ec4094318b343399f506425ddb5cb0b563 |
|
MD5 | ba7f3b9aa14cb88e68103e57cc94e5a3 |
|
BLAKE2b-256 | a537af613c96c9a83982d3d8364ef6dabce9e9d3c3800a661964b8abeb19528c |