Skip to content

[ derive ] Don't spend fuel in structurally decreasing cases #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 42 commits into from
Apr 14, 2025

Conversation

buzden
Copy link
Owner

@buzden buzden commented Mar 18, 2025

Fixes #61, fixes #128, closes #129

@buzden buzden added code: enhancement New feature or improvement code: refactoring Changing the code structure without changing functionality part: derivation Related to automated derivation of generators issue: performance When work takes too much resources issue: distribution When distribution of generation is wrong derive: least-effort Relates to the `LeastEffort` derivation algorithm derive: core Something in between single type generator and its constructors code: fix Fixing some issues part: examples Related to the usage examples labels Mar 18, 2025
@buzden buzden force-pushed the structurally-decr branch 9 times, most recently from 3327e4b to c086bb7 Compare March 21, 2025 12:39
@buzden buzden force-pushed the structurally-decr branch 2 times, most recently from 68fbdcc to 1450b3d Compare March 27, 2025 13:38
@buzden buzden force-pushed the structurally-decr branch 3 times, most recently from ecb05e9 to fa90ee4 Compare April 8, 2025 16:21
@buzden buzden marked this pull request as ready for review April 8, 2025 16:36
@buzden buzden force-pushed the structurally-decr branch from fa90ee4 to c63cd79 Compare April 8, 2025 17:57
buzden added 27 commits April 10, 2025 18:20
@buzden buzden force-pushed the structurally-decr branch from 0809621 to cda8f86 Compare April 10, 2025 15:20
@buzden buzden merged commit 143a3dd into master Apr 14, 2025
75 checks passed
@buzden buzden deleted the structurally-decr branch April 14, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code: enhancement New feature or improvement code: fix Fixing some issues code: refactoring Changing the code structure without changing functionality derive: core Something in between single type generator and its constructors derive: least-effort Relates to the `LeastEffort` derivation algorithm issue: distribution When distribution of generation is wrong issue: performance When work takes too much resources part: derivation Related to automated derivation of generators part: examples Related to the usage examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lengths of generated lists of derived sorted lists are too short Do not spend fuel when given index is structurally decreasing
1 participant