From 2228e6601eb809cc7fe0047c3b9cba3f704990e1 Mon Sep 17 00:00:00 2001
From: "thibault.capt" <thibault.capt@etu.hesge.ch>
Date: Mon, 5 Dec 2022 13:28:17 +0100
Subject: [PATCH] update

---
 .idea/inspectionProfiles/Project_Default.xml | 10 ++++++++++
 src/Main.java                                |  2 +-
 src/input.txt                                |  3 +--
 3 files changed, 12 insertions(+), 3 deletions(-)
 create mode 100644 .idea/inspectionProfiles/Project_Default.xml

diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..b6f4091
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,10 @@
+<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
diff --git a/src/Main.java b/src/Main.java
index d638b90..b6198d3 100644
--- a/src/Main.java
+++ b/src/Main.java
@@ -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
diff --git a/src/input.txt b/src/input.txt
index 4c90baa..0bb445b 100644
--- a/src/input.txt
+++ b/src/input.txt
@@ -1,5 +1,4 @@
 max;8;9;
 2;5;<=;12;
 50;5;<=;150;
-5;50;<=;100;
--1;-1000;<=;-1;
\ No newline at end of file
+5;50;<=;100;
\ No newline at end of file
-- 
GitLab