Skip to content
Snippets Groups Projects
Commit 636f1d97 authored by Michal Patera's avatar Michal Patera
Browse files

Update main.c

parent 8f6e0a76
No related branches found
No related tags found
No related merge requests found
......@@ -89,8 +89,6 @@ int readInput( double ***graph)
@ requires \forall int i; 0 <= i < nodes ==> \valid(graph[i] + (0..nodes-1));
@ ensures \forall integer i; 0 <= i < nodes ==> graph[i] == \null;
@ ensures !\valid(graph) && (\forall int i; 0 <= i < nodes ==> !\valid(graph[i]));
@ frees graph[0..nodes-1];
@ frees graph;
@ assigns graph[0..nodes-1];
@*/
void cleanUp(int nodes, double** graph){
......
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