Zoltan2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
core
src
problems
Zoltan2_Solution.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Zoltan2: A package of combinatorial algorithms for scientific computing
4
//
5
// Copyright 2012 NTESS and the Zoltan2 contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
22
#ifndef _ZOLTAN2_SOLUTION_HPP_
23
#define _ZOLTAN2_SOLUTION_HPP_
24
25
#include <
Zoltan2_Standards.hpp
>
26
27
namespace
Zoltan2 {
28
32
class
Solution
33
{
34
public
:
35
virtual
~Solution
() {}
36
};
37
38
}
39
40
#endif
Zoltan2::Solution
Just a placeholder for now.
Definition:
Zoltan2_Solution.hpp:32
Zoltan2::Solution::~Solution
virtual ~Solution()
Definition:
Zoltan2_Solution.hpp:35
Zoltan2_Standards.hpp
Gathering definitions used in software development.
Generated by
1.8.5