Zoltan2
Loading...
Searching...
No Matches
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
27namespace Zoltan2 {
28
33{
34public:
35 virtual ~Solution() {}
36};
37
38}
39
40#endif
Gathering definitions used in software development.
Just a placeholder for now.
Created by mbenlioglu on Aug 31, 2020.