Loading...
Searching...
No Matches
GlobalOptimization.cpp
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*/
13#include <cstdio>
14
15#include "eon/EonLogger.h"
16
19
21
22void GlobalOptimization::run() { EONC_LOG_INFO("HELLO FROM GO\n"); }
#define EONC_LOG_INFO(...)
Definition EonLogger.h:250
GlobalOptimization(const Parameters &params)
const Parameters & parameters