Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tp-math
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Math
2e-annee
tp-math
Commits
d316bd14
Commit
d316bd14
authored
2 years ago
by
thibault.capt
Browse files
Options
Downloads
Patches
Plain Diff
final commit
parent
7d5fec84
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
doc/doc.md
+4
-4
4 additions, 4 deletions
doc/doc.md
doc/doc.pdf
+0
-0
0 additions, 0 deletions
doc/doc.pdf
src/META-INF/MANIFEST.MF
+0
-6
0 additions, 6 deletions
src/META-INF/MANIFEST.MF
tp-math.iml
+1
-0
1 addition, 0 deletions
tp-math.iml
tp-math.jar
+0
-0
0 additions, 0 deletions
tp-math.jar
with
5 additions
and
10 deletions
doc/doc.md
+
4
−
4
View file @
d316bd14
---
title
:
'
Tp
Simplex'
title
:
'
Tp
Simplex'
author
:
[
Juliano Souza Luz
,
Thibault Capt
]
date
:
"
18.01.2023"
subject
:
"
TP
Simplex"
subtitle
:
"
Résoudre
un
programme
linéaire
grâce
à
la
méthode
du
simplex
\r\n
https://gitedu.hesge.ch/math/2e-annee/tp-math"
subtitle
:
"
Résoudre
un
programme
linéaire
grâce
à
la
méthode
du
simplex
-
git
disponible
[ici](
https://gitedu.hesge.ch/math/2e-annee/tp-math
)
"
titlepage
:
true
titlepage-color
:
"
ffffff"
titlepage-background
:
"
background.png"
...
...
@@ -22,8 +22,8 @@ pour la résolution du problème.
## Astuces utilisées
Ensuite, dans la plupart des cas, nous avons utilisé des
**array**
à 1 ou 2 dimension(s) qui
est bien plus rapide que les Listes Java.
(https://stackoverflow.com/questions/716597/array-or-list-in-java-which-is-faster).
est bien plus rapide que les Listes Java.
Lien disponible
[
ici
]
(
https://stackoverflow.com/questions/716597/array-or-list-in-java-which-is-faster
"Stack overflow"
)
.
Nous avons aussi opté pour que l'utilisateur puisse choisir un mode débogage ou non, ce qui permet de supprimer presque
tous les prints en mode non-débogage et gagner énormément de temps d'exécution.
...
...
This diff is collapsed.
Click to expand it.
doc/doc.pdf
0 → 100644
+
0
−
0
View file @
d316bd14
File added
This diff is collapsed.
Click to expand it.
src/META-INF/MANIFEST.MF
+
0
−
6
View file @
d316bd14
<<<<<<< HEAD
Manifest-Version: 1.0
Main-Class: Main
=======
Manifest-Version: 1.0
Main-Class: Main
>>>>>>> origin/main
This diff is collapsed.
Click to expand it.
tp-math.iml
+
1
−
0
View file @
d316bd14
...
...
@@ -5,6 +5,7 @@
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/src"
isTestSource=
"false"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.idea/libraries"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.idea/artifacts"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
...
...
This diff is collapsed.
Click to expand it.
tp-math.jar
0 → 100644
+
0
−
0
View file @
d316bd14
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment