Launch Week Day 4: Introducing Data Exports.Learn More
Socket
Book a DemoSign in
Socket

penaltymodel-mip

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

penaltymodel-mip

Generates penalty models using Google Optimization Tools' Mixed-Integer Programming capability.

pipPyPI
Version
0.2.6
Maintainers
2

.. image:: https://img.shields.io/pypi/v/penaltymodel-mip.svg :target: https://pypi.org/project/penaltymodel-mip

Penalty Model - Mixed-Integer (Linear) Programming

.. index-start-marker

Generates penalty models using Google Optimization Tools_' Mixed-Integer Programming capability. Serves as a factory and cache for penaltymodel.

On install, penaltymodel-mip registers an entry point that can be read by penaltymodel. It will be used automatically by any project that uses penaltymodel's :code:get_penalty_model function.

.. _Google Optimization Tools : https://developers.google.com/optimization/

.. index-end-marker

Installation

.. installation-start-marker

To install:

.. code-block:: bash

pip install penaltymodel-mip

To build from souce:

.. code-block:: bash

cd penaltymodel_mip
pip install -r requirements.txt
python setup.py install

.. installation-end-marker

License

Released under the Apache License 2.0

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts