Skip to content

Commit

Permalink
Fin du compte rendu et corrections mineures du programme
Browse files Browse the repository at this point in the history
  • Loading branch information
samlach2222 committed May 4, 2022
1 parent bd307db commit 38221ea
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,425 deletions.
Binary file modified Compte rendu GraphSharp_LACHAUD-PAZOLA.docx
Binary file not shown.
Binary file modified Compte rendu GraphSharp_LACHAUD-PAZOLA.pdf
Binary file not shown.
3 changes: 0 additions & 3 deletions GraphSharp/GraphSharp/GraphSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<None Update="Resources\Crime">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resources\ERoadNetworks">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resources\Exemple">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
5 changes: 2 additions & 3 deletions GraphSharp/GraphSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Program
static Dictionary<int, List<int>> vertexDegenerationTableMatulaBeck;
static readonly ReadOnlyCollection<string> dataFiles = new ReadOnlyCollection<string>(new string[] {
"Crime",
"ERoadNetworks",
"Exemple",
"ExempleLooping",
"Facebook",
Expand Down Expand Up @@ -479,11 +478,11 @@ static string SelectFile()
}
if (!File.Exists("Resources/UK-Domains")) // if the file dont exist
{
Console.WriteLine((i + 1) + ".\t" + file.fileName + tabulation + "4,2Go\t[6 Go RAM needed + 504Mo Download]");
Console.WriteLine((i + 1) + ".\t" + file.fileName + tabulation + "4Go\t[6 Go RAM needed + 504Mo Download]");
}
else
{
Console.WriteLine((i + 1) + ".\t" + file.fileName + tabulation + "4,2Go\t[6 Go RAM needed]");
Console.WriteLine((i + 1) + ".\t" + file.fileName + tabulation + "4Go\t[6 Go RAM needed]");
}
}
else
Expand Down
Loading

0 comments on commit 38221ea

Please sign in to comment.