Issue966

Title clean up interfaces in pruning module
Priority meta Status resolved
Superseder Nosy List jendrik, malte, silvan
Assigned To Keywords
Optional summary
issue1042: create LimitedPruning class and move statistics to base pruning class
issue1058: fix performance regression introduced when refactoring the pruning 
method interface
issue1059: restructure stubborn set implementation

Created on 2020-05-12.15:54:05 by jendrik, last changed by silvan.

Summary
issue1042: create LimitedPruning class and move statistics to base pruning class
issue1058: fix performance regression introduced when refactoring the pruning 
method interface
issue1059: restructure stubborn set implementation
Messages
msg10941 (view) Author: silvan Date: 2023-01-23.10:50:03
Closing this issue.
msg9322 (view) Author: jendrik Date: 2020-05-12.15:54:05
This is a meta issue for cleaning up the pruning module. I'm adding some tasks to the summary, feel free to add more.
History
Date User Action Args
2023-01-23 10:50:03silvansetstatus: unread -> resolved
messages: + msg10941
2022-07-13 09:53:46gabisetsummary: issue1042: create LimitedPruning class and move statistics to base pruning class issue1059: restructure stubborn set implementation -> issue1042: create LimitedPruning class and move statistics to base pruning class issue1058: fix performance regression introduced when refactoring the pruning method interface issue1059: restructure stubborn set implementation
2022-07-13 09:53:09gabisetsummary: issue1042: create LimitedPruning class and move statistics to base pruning class TODOs: * Clean up interface of stubborn sets classes -> issue1042: create LimitedPruning class and move statistics to base pruning class issue1059: restructure stubborn set implementation
2022-02-04 12:09:25silvansetsummary: * Move pruning statistics and minimum pruning option to Pruning base class. * Clean up interface of stubborn sets classes: * Separate action-based and atom-based queues. -> issue1042: create LimitedPruning class and move statistics to base pruning class TODOs: * Clean up interface of stubborn sets classes
2020-05-12 15:54:05jendrikcreate