This page is for an old version of Hexaly Optimizer. We recommend that you update your version and read the documentation for the latest stable release.
  • Docs »
  • C++ API Reference

C++ API ReferenceΒΆ

LocalSolver offers two API to solve your optimization problem depending on the type of mathematical model you need to solve.

LocalSolver

The classical version of LocalSolver is designed to solve large scale optimization problem in boolean, integer and continuous decisions. The model is described as a set of mathematical expressions that can be constrained or optimized.

LocalSolverBlackBox

LocalSolverBlackBox solves blackbox optimization problem where the objective function is unknown and costly to evaluate. The function can have boolean, integer or continuous decisions in a finite range.