Fast and general ADMM solver
Project description
A fast and general ADMM solver
Installation
pip3 install admmsolver
Implementation note
How to develop using VS code + docker
- Install
Remote Development
extension of VS code. - Clone the repository and open the cloned directory by VS code.
- You will be asked if you want to reopen the directory in a container. Say yes!
(The first time you start a docker container, a docker image is built. This takes a few minutes). - Once you login in the container, all required Python packages are pre-installed and
PYTHONPATH
is set tosrc
. - To run all unit tests and static type checkes by
mypy
, use./bin/runtests.sh
.
Note:
- The cloned git repository on your host file system is mounted on the working directory in the container. Created files in the container will be persisted even after the container stops.
- The full list of what are installed in the container will be found in
.devcontainer/Dockerfile
. - If you customize
Dockerfile
and build an image for debugging, execute the command shown below on your host machine.
docker build -f .devcontainer/Dockerfile .
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file admmsolver-0.7.4-py3-none-any.whl
.
File metadata
- Download URL: admmsolver-0.7.4-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaf7cf44a6881760272d1335c31f8252803a164f6beee721bcf4bd9bddc63e3d |
|
MD5 | 2c5c40b40b370f2f1eb95af8c4168c45 |
|
BLAKE2b-256 | 8406f5466dda71dcafe3ea36e5d1a1c6137f5b29420ac16545ec710efb88f3e1 |