Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!348
WIP: Resolve "Rework Problem::{check,print} into a recursive approach"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Resolve "Rework Problem::{check,print} into a recursive approach"
296-rework-problem-check-print-into-a-recursive-approach
into
devel
Overview
4
Commits
10
Pipelines
9
Changes
31
Closed
Joaquim Casals Buñuel
requested to merge
296-rework-problem-check-print-into-a-recursive-approach
into
devel
4 years ago
Overview
4
Commits
10
Pipelines
9
Changes
31
Expand
Closes
#296 (closed)
0
0
Merge request reports
Compare
devel
version 7
03b96575
4 years ago
version 6
a4dc2bc7
4 years ago
version 5
f8aa9e0d
4 years ago
version 4
a10fe38f
4 years ago
version 3
0c90bd21
4 years ago
version 2
1e53a5d5
4 years ago
version 1
0e21160a
4 years ago
devel (base)
and
latest version
latest version
a3f54c5e
10 commits,
4 years ago
version 7
03b96575
9 commits,
4 years ago
version 6
a4dc2bc7
8 commits,
4 years ago
version 5
f8aa9e0d
7 commits,
4 years ago
version 4
a10fe38f
5 commits,
4 years ago
version 3
0c90bd21
3 commits,
4 years ago
version 2
1e53a5d5
2 commits,
4 years ago
version 1
0e21160a
1 commit,
4 years ago
31 files
+
1308
−
875
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
31
Search (e.g. *.vue) (Ctrl+P)
hello_wolf/hello_wolf.cpp
+
1
−
1
Options
@@ -260,7 +260,7 @@ int main()
std
::
cout
<<
std
::
endl
;
WOLF_TRACE
(
"======== FINAL PRINT FOR INTERPRETATION ======="
)
problem
->
print
(
4
,
1
,
1
,
1
);
problem
->
print
(
4
,
0
,
1
,
0
);
/*
* ============= FIRST COMMENT ON THE RESULTS ==================
Loading