Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- **Greedy Scheduler**: Fast greedy scheduling algorithms as an alternative to CP-SAT optimization
- Added `greedy_minimize_time()` for minimal execution time scheduling with ALAP preparation optimization
- Added `greedy_minimize_space()` for minimal qubit usage scheduling

### Tests

- **Greedy Scheduler**: Added tests for greedy scheduling algorithms


## [0.2.1] - 2026-01-16

### Added
Expand Down
Loading