Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
11b9e3dd
Commit
11b9e3dd
authored
May 14, 2016
by
JB Mouret
Browse files
Merge pull request #102 from resibots/missing_include
missing hypervol.h include
parents
b6a2e4b5
9283769b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/hv/README
0 → 100644
View file @
11b9e3dd
Downloaded from: ftp://ftp.tik.ee.ethz.ch/pub/people/zitzler/hypervol.c
src/hv/hypervol.h
0 → 100644
View file @
11b9e3dd
#ifndef HYPERVOL_H__
#define HYPERVOL_H__
extern
"C"
{
int
FilterNondominatedSet
(
double
*
front
[],
int
noPoints
,
int
noObjectives
);
double
CalculateHypervolume
(
double
*
front
[],
int
noPoints
,
int
noObjectives
);
}
#endif
Write
Preview
Supports
Markdown
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