Metadata-Version: 2.1
Name: hexaly
Version: 14.5.20260415
Summary: Hexaly Optimizer is the premier all-terrain & all-in-one optimization solver.
Home-page: https://www.hexaly.com
Author: Hexaly
Author-email: contact@hexaly.com
License: UNKNOWN
Download-URL: https://www.hexaly.com/download
Keywords: hexaly,localsolver,optimization,localsearch,operations research,linear programming
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Python: >=2.7


Hexaly Optimizer
----------------

Hexaly Optimizer is a new kind of mathematical optimization solver. It combines
different optimization technologies to solve your problem at hand. Using
Hexaly, you can now tackle ultra-large, real-life, discrete, numerical, or
even black-box problems in a model-and-run fashion without any tuning. Because
efficiency is nothing without reliability and robustness, we ensure our clients
the best quality of products and services thanks to a drastic continuous
integration methodology coupled with a responsive and dedicated support.


Installation
------------

The easiest way to install Hexaly Optimizer is via pip. If pip is available on
your system, simply open a terminal and enter the following command::

    pip install hexaly -i https://pip.hexaly.com

Note that the pip package does not contain the documentation and the examples.
If you want to install them on your computer (they are also available online),
you need to download the complete Hexaly distribution available on
`our official website <https://www.hexaly.com/download>`_.

This product needs a license to be operational.
You can apply for a free trial or a free academic license by
`registering on ou website <https://www.hexaly.com/login>`_. If you
already have your license, simply copy the file ``license.dat`` in one of the
following folder:

* In the current folder (i.e the folder that contains your python programs based on Hexaly Optimizer)
* In the default location. This location depends on your operating system:
    * On Windows: C:\hexaly_14_5\license.dat
    * On Linux: /opt/hexaly_14_5/license.dat
    * On macOS: /opt/hexaly_14_5/license.dat
* In a custom folder if you set the environment variable HX_LICENSE_PATH accordingly:
    * On Windows: ``set HX_LICENSE_PATH=C:\MyCustomFolder\license.dat``
    * On Linux: ``export HX_LICENSE_PATH=/home/user/custom-folder/license.dat``
    * On macOS: ``export HX_LICENSE_PATH=/Users/my/custom-folder/license.dat``


Documentation & examples
------------------------

Documentation is found on https://www.hexaly.com/docs/14_5/


License
-------

By downloading Hexaly Optimizer, you explicitly acknowledge and agree to its
terms and conditions of use. Consequently, we invite you to read carefully the 
`Terms and Conditions <https://www.hexaly.com/downloads/14_5/TERMS_AND_CONDITIONS.pdf>`_
before downloading and using the software. In particular, we remind you that any
commercial use of Test, Trial, or Academic licenses is strictly prohibited.

This product also uses third party libraries subject to open source licenses,
which you can consult on our `dedicated page <https://www.hexaly.com/docs/14_5/licenses/index.html>`_.
