Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
Just a placeholder for now.
Gathering definitions used in software development.