Metadata-Version: 2.4
Name: cats_refine
Version: 1.0.0
Summary: A matrix-based metaheuristic optimizer with automated reporting.
Home-page: https://github.com/yourusername/cats_refine
Author: Louati Mahdi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: reportlab
Requires-Dist: openpyxl
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# cats_refine

`cats_refine` is a Matrix-Based Metaheuristic Optimizer designed for combinatorial problems like TSP and Manufacturing Scheduling.

## Installation
```bash
pip install cats_refine
