Metadata-Version: 2.4
Name: sage-solver-core
Version: 0.1.0
Summary: SAGE core engine — solver wrappers, model building, file I/O, and result explanation
Project-URL: Homepage, https://github.com/pragnakar/sage
Project-URL: Repository, https://github.com/pragnakar/sage
Project-URL: Bug Tracker, https://github.com/pragnakar/sage/issues
Author-email: Pragnakar Pedapenki <pragnakar@gmail.com>
License: MIT
Keywords: highs,linear-programming,mip,operations-research,optimization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: highspy>=1.7.0
Requires-Dist: numpy>=1.24
Requires-Dist: openpyxl>=3.1
Requires-Dist: ortools>=9.9
Requires-Dist: pandas>=2.1
Requires-Dist: pydantic>=2.5
Provides-Extra: dev
Requires-Dist: mypy>=1.7; extra == 'dev'
Requires-Dist: pandas-stubs>=2.1; extra == 'dev'
Requires-Dist: pre-commit>=3.5; extra == 'dev'
Requires-Dist: pytest-cov>=4.1; extra == 'dev'
Requires-Dist: pytest>=7.4; extra == 'dev'
Requires-Dist: ruff>=0.1; extra == 'dev'
Description-Content-Type: text/markdown

# sage-core

Core engine for SAGE (Solver-Augmented Generation Engine).

Pure optimization logic: solver wrappers, model building, file I/O, and result explanation.
No deployment opinions. No file system calls. No print statements.

See the [monorepo root](../README.md) for full documentation.
