The Python API surface is defined in the type stub file
arco.pyi. This file provides type
signatures for all public classes, methods, and functions.
Generated reference documentation with prose descriptions is planned for a future release, once docstrings are added to the Rust source via PyO3.
arco.Model— the central class for building and solving optimization problems.arco.Bounds— variable and constraint bound specifications.arco.SolveResult— solution data returned byModel.solve().arco.IndexSet— named index sets for multi-dimensional variable arrays.arco.VariableArray— multi-dimensional arrays of decision variables.