Installation on Windows

Here are described the main steps for installing and licensing Hexaly Optimizer on your computer. Hexaly Optimizer is implemented in C++ language. The software can be used either as a standalone executable or as a callable library (C++, Java, Python, .NET). Please check that your computer meets the minimum system requirements before installing the software.

System requirements

  • Architecture: x64.

  • Operating systems: Windows 7 (or superior), Windows Server 2016 (or superior).

  • For the C++ library: Visual Studio 2015 (or superior) and C++11 (or superior).

  • For the Java library: Java 8 (or superior).

  • For the .NET library: .NET Framework 4.5 (or superior), .NET Core 2.0 (or superior)

  • For the Python library: Python 2.7, or Python >= 3.6.

Installation

Before anything else, please close all your opened terminals and IDE. You must have administrator rights on your computer to install Hexaly Optimizer. If you haven’t done so yet, download Hexaly Optimizer for Windows from the Hexaly website.

Then, launch LocalSolver_12_5_20240417_Win64.exe and follow the given instructions. Hexaly Optimizer will be installed for all users.

../_images/installation-windows-1.png

Click on next to start the installation.

../_images/installation-windows-2.png

Accept the terms of the agreement to continue the installation.

During the installation, you will be prompted to select your License file. If you already have a license, you can select it at this step and skip the licensing part of this documentation. You can change your license at any time by following the procedures described in this guide.

../_images/installation-windows-3.png

Select your license file or continue without license.

Choose the install location of Hexaly Optimizer and click Install to start the installation. Note that you can install different versions of Hexaly Optimizer on your system but only the last installed version will be easily accessible from the command line. To use the previous ones, you have to use their exact path (e.g. C:\localsolver_9_0\bin\localsolver.exe). Except that, all versions of Hexaly Optimizer can work together without any trouble.

../_images/installation-windows-4.png

Choose the install location of Hexaly Optimizer.

If you have not specified any license when asked, a page with your hardware signature will appear at the end of the installation. You will have to give us this hexadecimal number if you want to apply for a free trial license or a free academic license on our website.

../_images/installation-windows-6.png

Hardware signature. It is generated only if you have not specified any license.

Licensing for: Free Trial, Free Academic, Desktop or Server licenses

Note

If you don’t have your license yet, please go to our website to register and request a free academic license or a free trial license. As licenses are manually delivered by a member of the Hexaly team, the whole procedure can take a few days to complete (usually 1 day).

You simply have to put the correct license file in the installation folder of Hexaly Optimizer. For that:

  1. Go on Hexaly website, login on your account and download your license file.

  2. Copy the file license.dat downloaded from your account in C:\localsolver_12_5\ .

Licensing for: Floating or Site licenses

This procedure applies only if you bought a floating or an academic network license. You have to setup a token server and then license each client machine as follows.

For the token server

  1. Go to your account and download the license file of the token server.

  2. Copy the file license.dat downloaded from your account in C:\localsolver_12_5\ .

  3. Launch lstokenserver.exe in C:\localsolver_12_5\bin. You need administrator privileges to run this application. This program installs and automatically starts the token server as a Windows Service.

For each client machine

Create a new file and write the following line with the IP of the token server:

TOKEN_SERVER = <HOST NAME OR IP ADDRESS OF THE TOKEN SERVER>

Save it in C:\localsolver_12_5\license.dat.

Note

The token server listens on TCP port 7462. Normally, Hexaly Optimizer will automatically add the required exceptions to the windows firewall. If you use another firewall or if you have dedicated hardware to ensure your network security, please ask your system administrator to add the required rules to allow the trafic between the lstokenserver service and your applications.

Alternative license locations

If you want to use several licenses on the same machine, or if you have no write access to the default license location, you can specify a different license path. Hexaly Optimizer will look at the following locations for a valid license file, in that order:

  1. The file the LS_LICENSE_PATH environment variable points to.

  2. In the current directory, if a file named license.dat is present.

  3. In the default location, C:\localsolver_12_5\license.dat.

The Hexaly API provides methods to set the license path. To use it, please consult the documentation for your programming language.

License content can also be provided through a LS_LICENSE_CONTENT environment variable. This variable content will have priority over the license file.

Testing

Open a terminal in the installation folder C:\localsolver_12_5\ and enter the following line:

localsolver examples\toy\toy.lsp lsTimeLimit=1

If no error occurs, you are ready to use Hexaly Optimizer and solve your first model.

Uninstall Hexaly Optimizer

You must have administrator rights on your computer to uninstall Hexaly. Then, go to your Hexaly Optimizer folder and launch Uninstall.exe.