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

push

parent 24ddf321
Branches
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="corretto-17 (WSL)" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -170,9 +170,6 @@ public class Equation { ...@@ -170,9 +170,6 @@ public class Equation {
* Print les vecteurs et la matrice * Print les vecteurs et la matrice
*/ */
public void printEq(int w) { public void printEq(int w) {
// Sens
System.out.println("Sens: " + getSens());
// Fonction obj // Fonction obj
System.out.println("Fonction obj: " + getFuncObj()); System.out.println("Fonction obj: " + getFuncObj());
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment