CPSolver.Objective (Fixpoint v0.22.1)

Link to this section Summary

Link to this section Functions

Link to this function

get_bound(handle)

Link to this function

get_bound_impl(handle)

Link to this function

get_objective_value(objective)

Link to this function

init_bound_handle(variable)

Link to this function

maximize(variable)

Link to this function

minimize(variable)

Specs

minimize(Variable.t() | View.t()) :: %{
  propagator: Propagator.t(),
  variable: Variable.t() | View.t(),
  bound_handle: reference()
}
Link to this function

reset_bound(objective, value)

Link to this function

reset_bound_impl(ref, value)

Link to this function

tighten(objective)

Link to this function

tighten(variable, bound_handle)

Link to this function

update_bound(handle, value)