Skip to content
Snippets Groups Projects
Commit f3560a36 authored by Jaime Arias's avatar Jaime Arias
Browse files

refactor: supress gc messages

parent 1c6879e3
No related branches found
No related tags found
1 merge request!3Full refactoring applying some conventions
Pipeline #9235 failed with stage
......@@ -197,6 +197,9 @@ void ComputeAbstractPaths(const string& net_file, int bound,
// See https://buddy.sourceforge.net/manual/group__kernel.html
bdd_init(BDD_INITIAL_NUM_NODES_, BDD_SIZE_CACHES);
// Suppress GC messages
bdd_gbc_hook(nullptr);
auto start_time = GetTime();
// if a path with transitions is not given, then we apply the algorithm to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment