CPSolver (Fixpoint v0.10.2)
Solver API.
Summary
Functions
Returns a specification to start this module under a supervisor.
solve_sync(model, opts \\ [])
deprecated
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec solve(CPSolver.Model.t(), Keyword.t()) :: {:ok, map()} | {:error, reason :: any(), info :: any()}
@spec solve_async(CPSolver.Model.t(), Keyword.t()) :: {:ok, map()}
This function is deprecated. Use solve/2 instead.
@spec solve_sync(CPSolver.Model.t(), Keyword.t()) :: {:ok, map()} | {:error, reason :: any(), info :: any()}