Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aroTP1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COUETOUX Basile
aroTP1
Merge requests
!2
Implémentation finalisée
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Implémentation finalisée
o24014442/branch-and-bound:main
into
main
Overview
0
Commits
15
Pipelines
0
Changes
2
Open
GOUNOU Boubacar
requested to merge
o24014442/branch-and-bound:main
into
main
4 months ago
Overview
0
Commits
15
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
0e6e110a
Prev
Next
Show latest version
2 files
+
5
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
0e6e110a
ajout de varaible pour coimpter le nopmbre de noeuds
· 0e6e110a
OUATTARA Sie
authored
4 months ago
src/App.java
+
2
−
2
View file @ 0e6e110a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,7 +3,7 @@ import java.util.List;
public
class
App
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
Backpack
backpack
=
new
InstanceReader
().
read
(
"
src/sacTest
"
);
Backpack
backpack
=
new
InstanceReader
().
read
(
"
/home/aristidecod/Documents/branch-and-bound/src/sac0
"
);
backpack
.
solve
();
}
}
}
\ No newline at end of file
Loading