Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
FIC_DK_P GA Solving
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3TAL
FIC_DK_P GA Solving
Commits
7cf6d0b0
Commit
7cf6d0b0
authored
May 15, 2020
by
Alexis Lebis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cp/paste in parameters
parent
20682fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.cpp
application/main.cpp
+1
-1
No files found.
application/main.cpp
View file @
7cf6d0b0
...
...
@@ -46,7 +46,7 @@ int main(int argc, char* argv[]){
unsigned
int
NBCOURSES
=
parser
.
createParam
((
unsigned
int
)(
15
),
"nbCourses"
,
"Nb of courses available in the cursus"
,
'C'
,
"Param"
).
value
();
unsigned
int
NBCOMP
=
parser
.
createParam
((
unsigned
int
)(
10
),
"nbComp"
,
"Nb of competencies available in the cursus"
,
'c'
,
"Param"
).
value
();
unsigned
int
MINTF
=
parser
.
createParam
((
unsigned
int
)(
1
),
"minTF"
,
"id of the first time frame"
,
't'
,
"Param"
).
value
();
unsigned
int
MAXTF
=
parser
.
createParam
((
unsigned
int
)(
6
),
"maxTF"
,
"id of the
fir
st time frame"
,
'T'
,
"Param"
).
value
();
unsigned
int
MAXTF
=
parser
.
createParam
((
unsigned
int
)(
6
),
"maxTF"
,
"id of the
la
st time frame"
,
'T'
,
"Param"
).
value
();
unsigned
int
MINECTS
=
parser
.
createParam
((
unsigned
int
)(
1
),
"minECTS"
,
"minimum number ECTS by course"
,
'e'
,
"Param"
).
value
();
unsigned
int
MAXECTS
=
parser
.
createParam
((
unsigned
int
)(
5
),
"maxECTS"
,
"maxmimum number ECTS by course"
,
'E'
,
"Param"
).
value
();
unsigned
int
MINCBYTF
=
parser
.
createParam
((
unsigned
int
)(
3
),
"minCbyTF"
,
"minimal course by time frame"
,
'n'
,
"Param"
).
value
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment