- Removed redundant README files across multiple problem directories
- Removed redundant
miscdirectory from problem folders - Cleaned up redundant permutation code from 03-birkhoff
All problems (01-10) have been updated to follow a consistent format and structure.
- Updated 03-birkhoff LP files to new format
- Updated model READMEs across all problems to follow a similar format
- Enhanced documentation consistency across all problem types
- Converted 01-marketsplit solutions to better canonical format
- Converted 07-independentset solutions to canonical format
- Converted large 10-topology solutions to compressed
.xzformat for better storage efficiency - Updated 03-birkhoff solutions to match new format
- Added 03-birkhoff submission and updated solutions
- Added new 03-birkhoff submissions
- Added 03-birkhoff Solution Checker
- Added 08-network Solution Checker
- Added 09-routing Solution Checker
- Updated all solution checkers to follow standardized exit code formats:
- Exit code 0: Solution is valid
- Exit code 1: Solution is invalid
- Exit code 2: Error occurred
- Updated checker READMEs for better documentation
- Updated main README.md with improved structure and clarity
- Updated CONTRIBUTING.md to follow the paper more closely
- Fixed mathematical formulas in CONTRIBUTING.md
- Corrected mathematical formulas in 03-birkhoff misc README
- Updated README files for all problem directories (01-10) to follow consistent format
- Added figures to problem READMEs for better visualization
- Updated README widths for improved readability in problems:
- 04-steiner
- 07-independentset
- 08-network
- 09-routing
- Updated misc READMEs across the repository
- Updated metrics script for better performance
- Updated QUBO conversion tool for new format
- Deleted redundant metrics files
- Updated ZIMPL version to 3.7.1
- Fixed submission template
Current release is v1.1.0.
This version introduces:
- Standardized solution and model formats across all problems
- Improved documentation consistency
- Enhanced checker functionality with standardized exit codes
- Better compression for large solution files
- New checkers for additional problem types
- Various bug fixes and improvements throughout the codebase
- Improved consistency in file naming and structure
- Enhanced tooling for repository maintenance