A tool for analysis of industrial optimization problems and their solutions
Project description
optimization-problem-inspector
Table of Contents
Installation
From PyPI
First create a new virtual environment and activate it or activate desired virtual environment.
Now install the optimization-problem-inspector
from PyPI with
pip install optimization-problem-inspector
From source
You can also install the package from source. The project is hosted at:
Download the repo and cd to it. Create a fresh virtual environment with python 3.9 or higher, e.g.,
python -m venv .venv
Activate it with something like
# in Linux/Unix
source .venv/bin/activate
Now install the package with (use -e
flag to make and editable install if desired)
pip install -e .
This will make the package available in the currently activated virtual environment.
Installing COCO
Now proceed by installing coco in the new virtual environment. The project was build and tested with the development
branch. Other branches may work but have not been tested.
It is expected that PyPI installable version of coco will be available in the near future. When this happens the installation process for
optimization-problem-inspector
will be simplified.
Running GUI
To run the optimization-problem-inspector
GUI after installation process has completed, just type command
opi-gui
You can also run the GUI with
python -m optimization_problem_inspector.app
Note: the desired virtual environment with
optimization-problem-inspector
has to be activated.
Note: use
python
orpython3
command, depending on what executables you have available for Python3.
Additional guides
License
optimization-problem-inspector
is distributed under the terms of the MIT license.
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 Distributions
Built Distribution
File details
Details for the file optimization_problem_inspector-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: optimization_problem_inspector-0.2.1-py3-none-any.whl
- Upload date:
- Size: 30.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1adacb09054882caec29c4b9d07c383a4b6c831bae158eeabeefe3b82c22ff3 |
|
MD5 | bb310af8cf3c79ab510a6c1ba5bd098f |
|
BLAKE2b-256 | 1b3bd6270162d9ced94140ee7b270abf7ea82be96ea62e69f8c6f8540ab9b40e |