Configuring the optimization solver

A number of modules in xserver use a so-called solver to perform complex mathematical calculations quickly. Xserver supports two such solver: Gurobi and CBC. As Gurobi is (to the best of our knowledge) superior to CBC in almost all use-cases, we highly recommend using Gruobi as a solver, which is also active as default in the xserver.

Currently the following modules make use of Gurobi:

Configuration possibilities for Gurobi

Gurobi is enabled out of the box. For most use cases, there is no need to configure anything further.

If you want your xserver to support multiple request in modules that use Gurobi, you can do so by making according adjustments in the core modules configuration in conf/xserver.conf. Note however that this is only recommended if you have sufficient hardware to support this. Multiple instances of a Gurobi solver may consume much more memory and cpu power than is available on your machine.

Do not forget to restart the server after you are finish. It is also recommended to validate that the modules are still functional.

Moving back to Cbc