CPSolver.Model (Fixpoint v0.14.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %CPSolver.Model{
  constraints: [CPSolver.Constraint.t()],
  extra: term(),
  id: reference(),
  name: term(),
  objective: CPSolver.Objective.t(),
  propagators: [CPSolver.Propagator.t()],
  variables: [CPSolver.IntVariable.t()]
}

Link to this section Functions

Link to this function

new(variables, constraints, opts \\ [])