22#ifndef __KIRCHHOFF_CBUILDER_H__
23#define __KIRCHHOFF_CBUILDER_H__
25static void NotEnoughMemory();
27bool initResources(
int argc,
const char* argv[]);
28bool initComponents(std::shared_ptr<Data::Study> study,
const std::string& studyPath);
29bool runKirchhoffConstraints(std::shared_ptr<Data::Study> study,
30 const std::string& studyPath,
31 const std::string& kirchhoffOptionPath);