Skip to main content

FelooPy: Efficient and feature-rich integrated decision environment

Project description

Efficient & Feature-Rich Integrated Decision Environment

Version Release Date Documentation Discord License

Total Users Monthly Users Source Users

FelooPy (pronounced /fɛlupaɪ/) is a comprehensive and versatile Decision Science and Operations Research library. It allows for coding, modeling, and solving decision problems and aligns with low or no-code requirements, letting you focus more on analytics. The library covers various categories of mathematical and statistical methods for decision-making and utilizes numerous interfaces and solvers without requiring prompting large language models or learning complex coding syntaxes. It is primarily developed in Python, which makes it accessible and callable from multiple programming languages.

⚠️ This is FelooPy project's repository hosted by GitHub. For more information, please refer to FelooPy's documentation.

Quick installation

You can install feloopy inside a Python>=3.10.x environment.

pip install -U "feloopy[stock]==0.3.5"

For supporting the developer, testing the latest version, and reporting bugs or contributing to the code base, you can use the following command:

pip install "feloopy[stock] @ git+https://github.com/ktafakkori/feloopy.git"

Quick test

Here is an example to test FelooPy's functionality:

import feloopy as flp

m = flp.model(name="model_name", method="exact", interface="pymprog")

x = m.bvar(name="x")
y = m.pvar(name="y", bound=[0, 1])
m.con(x + y <= 1, name="c1")
m.con(x - y >= 1, name="c2")
m.obj(x + y)

m.sol(directions=["max"], solver="glpk")

m.clean_report()

Citation

To cite or give credit to FelooPy in publications, projects, presentations, web pages, blog posts, etc. please use one of the following entries, based on the used version:

Version<=0.2.8

  • LaTeX:

    @software{ktafakkori2022Sep,
    author       = {Keivan Tafakkori},
    title        = { {FelooPy: An integrated optimization environment for AutoOR in Python} },
    year         = {2022},
    month        = sep,
    publisher    = {GitHub},
    url          = {https://github.com/ktafakkori/feloopy/}
    }
    
  • APA:

    Tafakkori, K. (2022). FelooPy: An integrated optimization environment for AutoOR in Python [Python Library]. Retrieved from https://github.com/ktafakkori/feloopy (Original work published September 2022).

Version>=0.3.0

  • LaTeX:

    @software{ktafakkori2024Apr,
    author       = {Keivan Tafakkori},
    title        = { {FelooPy: Efficient and feature-rich integrated decision environment} },
    year         = {2024},
    month        = apr,
    publisher    = {GitHub},
    url          = {https://github.com/ktafakkori/feloopy/}
    }
    
  • APA:

    Tafakkori, K. (2024). Efficient and feature-rich integrated decision environment [Python Library]. Retrieved from https://github.com/ktafakkori/feloopy (Original work published April 2024).

  • In-text:

    • Note 1: Please write the version you used, the latest is v0.3.5.
    • Note 2: Using secondary interfaces or solvers might also require a citation to their projects.

    Example: FelooPy (v0.3.5) was used in conjunction with [interface x] (v0.0.0) (except feloopy itself) as the interface and [solver y] (v0.0.0) as the solver.

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

feloopy-0.3.5.tar.gz (117.1 kB view details)

Uploaded Source

Built Distribution

feloopy-0.3.5-py3-none-any.whl (189.5 kB view details)

Uploaded Python 3

File details

Details for the file feloopy-0.3.5.tar.gz.

File metadata

  • Download URL: feloopy-0.3.5.tar.gz
  • Upload date:
  • Size: 117.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.10

File hashes

Hashes for feloopy-0.3.5.tar.gz
Algorithm Hash digest
SHA256 593b853bbc36673ba690017b4b8d628acd9aeb57fc225247325ec3a82cdaebab
MD5 aff82ee4bd118b3911cf3709874e182b
BLAKE2b-256 cacb14a7b80f5dd15aa19303eb78b65cfabcabaf7fe098ed86c66b9503277ea8

See more details on using hashes here.

File details

Details for the file feloopy-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: feloopy-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 189.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.10

File hashes

Hashes for feloopy-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5d16342366e28c0b08781f10084c1bac472281ce91e25bf790bfe206153ed254
MD5 71925dea4527548048b5db63c4660f35
BLAKE2b-256 42b9af366011d9da3f40f8b2cc49aa3ebbf75a9434290c3c223bd3dd85a8c69b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page