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

fix: print SOG in dot format

parent 89e75cce
No related branches found
No related tags found
1 merge request!6Feature/ufscc emptiness check
Pipeline #5014 passed
......@@ -6,7 +6,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-${VARIANT}
# [Optional] Uncomment this section to install additional packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends wget cmake bison flex \
&& apt-get -y install --no-install-recommends wget cmake bison flex graphviz \
openmpi-bin libopenmpi-dev && \
wget http://www.lrde.epita.fr/dload/spot/spot-2.10.4.tar.gz && \
tar xzf spot-2.10.4.tar.gz && cd spot-2.10.4 && \
......
......@@ -590,7 +590,7 @@ int main(int argc, char **argv)
spot::twa::prop_set::all(), true);
if (dot_sog)
{
saveGraph(af, "SOG.dot", "ka");
saveGraph(k, "SOG.dot", "ka");
}
cout << endl;
......
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