Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
0b000d86
Commit
0b000d86
authored
Apr 13, 2018
by
Kirill Terekhov
Browse files
Merge branch 'master' of
https://boogie.inm.ras.ru/terekhov/INMOST-developement
parents
46904175
88b84149
Changes
3
Hide whitespace changes
Inline
Side-by-side
Source/Misc/utils.h
View file @
0b000d86
#ifndef INMOST_UTILS_H
#define INMOST_UTILS_H
#include "inmost_common.h"
#include <sstream>
#include <string>
#include "inmost_common.h"
namespace
INMOST
{
...
...
Source/Solver/solver_inner/solver_mlmptiluc/solver_mlmtiluc2.cpp
View file @
0b000d86
...
...
@@ -63,6 +63,7 @@ static bool allow_pivot = true;
#define CONDITION_PIVOT
#if defined(REORDER_METIS_ND)
#define METIS_EXPORT
#include "metis.h"
#endif
#if defined(REORDER_ZOLTAN_HUND)
...
...
Source/Solver/solver_inner/solver_mptiluc/solver_mtiluc2.cpp
View file @
0b000d86
...
...
@@ -61,6 +61,7 @@ using namespace INMOST;
#if defined(REORDER_METIS_ND)
#define METIS_EXPORT
#include "metis.h"
#endif
#if defined(REORDER_ZOLTAN_HUND)
...
...
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