Skip to content
Snippets Groups Projects
Commit 2228e660 authored by thibault.capt's avatar thibault.capt
Browse files

update

parent b3b3223c
No related branches found
No related tags found
No related merge requests found
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<Languages>
<language minSize="56" name="Java" />
</Languages>
</inspection_tool>
</profile>
</component>
\ No newline at end of file
......@@ -72,7 +72,7 @@ public class Main {
eq.printEq(line);
// Tableau initiale
Simplex spx = new Simplex(5, 6);
Simplex spx = new Simplex(4, 6);
spx.createMatEcart(eq);
// true = phase 1 | false = phase 2
......
......@@ -2,4 +2,3 @@ max;8;9;
2;5;<=;12;
50;5;<=;150;
5;50;<=;100;
\ No newline at end of file
-1;-1000;<=;-1;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment