Loading...
Searching...
No Matches
GlobalOptimization.h
Go to the documentation of this file.
1/*
2** This file is part of eOn.
3**
4** SPDX-License-Identifier: BSD-3-Clause
5**
6** Copyright (c) 2010--present, eOn Development Team
7** All rights reserved.
8**
9** Repo:
10** https://github.com/TheochemUI/eOn
11*/
12#pragma once
13#include "Parameters.h"
14
15namespace eonc {
16
18public:
19 GlobalOptimization(const Parameters &params);
21 void run(void);
22
23private:
25};
26
27} // namespace eonc
28
const Parameters & parameters
GlobalOptimization(const Parameters &params)
RAII resource manager for the ARTn C library with global synchronization.