Constraints

class poek.constraint

Bases: pybind11_object

__eq__() None
__ge__() None
__gt__() None
__hash__ = None
__init__(self: pycoek_pybind11.constraint) None
__le__() None
__lt__() None
body(self: pycoek_pybind11.constraint) pycoek_pybind11.expression
expand(self: pycoek_pybind11.constraint) pycoek_pybind11.constraint
has_lower(self: pycoek_pybind11.constraint) bool
has_upper(self: pycoek_pybind11.constraint) bool
is_constraint(self: pycoek_pybind11.constraint) bool
is_equality(self: pycoek_pybind11.constraint) bool
is_feasible(self: pycoek_pybind11.constraint) bool
is_inequality(self: pycoek_pybind11.constraint) bool
lower(self: pycoek_pybind11.constraint) pycoek_pybind11.expression
to_list(self: pycoek_pybind11.constraint) list
upper(self: pycoek_pybind11.constraint) pycoek_pybind11.expression