copp 0.2.2

Convex-objective path parameterization for robotic trajectory planning.
Documentation
r"""Core types shared by the Python facade."""

from ._native import (
    ClarabelDirectSolveMethod,
    ClarabelSolverStatus,
    ConstraintError,
    CoppError,
    MatrixLayout,
    OutOfRangeMode,
    Parametrization,
    PathError,
    Verbosity,
    __version__,
    version,
)

__all__ = [
    "ClarabelDirectSolveMethod",
    "ClarabelSolverStatus",
    "ConstraintError",
    "CoppError",
    "MatrixLayout",
    "OutOfRangeMode",
    "Parametrization",
    "PathError",
    "Verbosity",
    "__version__",
    "version",
]