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

fix: output of the observable transitions

parent d8030243
Branches main
No related tags found
No related merge requests found
Pipeline #11006 passed
......@@ -67,7 +67,7 @@ void SaveObservablePaths(const std::vector<std::vector<std::string>>& obs_paths,
line += "path #" + std::to_string(path_id) + ": " +
std::to_string(obs_p.size()) + " transitions: ";
for (const auto& t_label : obs_p) {
line += t_label + '_';
line += "@" + t_label + '@';
}
path_id++;
......
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