Skip to content

Commit

Permalink
fix: remove todo in GR1Runner regarding strategy printing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Oct 23, 2024
1 parent 4bc77f1 commit 92aa354
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/cli/gr1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ namespace Syft {
const SynthesisResult &result) const {
if (result.realizability) {
printer_.print_realizable();

// TODO
// // abstract single strategy
// Syft::Stopwatch abstract_single_strategy_time_stopwatch;
// abstract_single_strategy_time_stopwatch.start();
// auto transducer = abstract_single_strategy(result.winning_moves, var_mgr_, ...);
// auto abstract_single_strategy_time = abstract_single_strategy_time_stopwatch.stop();
// printer_.print_times_if_enabled("Abstract single strategy time", abstract_single_strategy_time);
// // dump strategy
// printer_.dump_transducer_if_enabled(*transducer, "strategy.dot");
} else {
printer_.print_unrealizable();
}
Expand Down

0 comments on commit 92aa354

Please sign in to comment.