Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psco-2019-gp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian Scherzer
psco-2019-gp
Commits
07f7cc63
Commit
07f7cc63
authored
5 years ago
by
p-hamann
Browse files
Options
Downloads
Patches
Plain Diff
Avoid confusion with num_vertices() of graph
parent
704f7695
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/gp-bnb/partition.hpp
+1
-1
1 addition, 1 deletion
include/gp-bnb/partition.hpp
with
1 addition
and
1 deletion
include/gp-bnb/partition.hpp
+
1
−
1
View file @
07f7cc63
...
...
@@ -21,7 +21,7 @@ public:
* @param Subgraph A, B or none
* @return Number of vertices of sg
*/
unsigned
int
num_vertices
(
subgraph
sg
);
unsigned
int
num_vertices
_of
(
subgraph
sg
);
/** @brief Assigns a vertex to a subgraph
* @param Vertex Id
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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