Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

API Reference

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.

Quick links

  • arco.Model — the central class for building and solving optimization problems.
  • arco.Bounds — variable and constraint bound specifications.
  • arco.SolveResult — solution data returned by Model.solve().
  • arco.IndexSet — named index sets for multi-dimensional variable arrays.
  • arco.VariableArray — multi-dimensional arrays of decision variables.

Back to docs home