module documentation

This module implements the ConvexTerm class.

It provides a modular framework for generating cutting planes.

Class ConvexTerm Convex term model used for generating cutting planes.
Type Alias Func Undocumented
Type Alias FuncGrad Undocumented
Type Alias Grad Undocumented
Type Alias Input Undocumented
Type Alias QueryPoint Undocumented
Type Alias Var Undocumented

Undocumented

Value
Callable[[Input], float]
FuncGrad = (source)

Undocumented

Value
Callable[[Input], tuple[float, Union[float, np.ndarray]]]

Undocumented

Value
Callable[[Input], Union[float, np.ndarray]]

Undocumented

Value
Union[float, Iterable[float], np.ndarray]
QueryPoint = (source)

Undocumented

Value
dict[mip.Var, float]

Undocumented

Value
Union[mip.Var, Iterable[mip.Var], mip.LinExprTensor]