#include <ctime>
#include <cstdlib>
#include <iosfwd>
#include <string>
#include <map>
#include "exceptions.h"
#include "compat.h"
Include dependency graph for prefs.h:
Go to the source code of this file.
Namespaces | |
namespace | SPARK |
namespace | SPARK::DefaultGlobalSettings |
namespace | SPARK::DefaultComponentSettings |
The SPARK::TPreferenceSettings class is a wrapper class that manages the settings for all components, including the default settings and the global settings.
The SPARK::TGlobalSettings class is a wrapper class that contains the global solution method settings defined at the problem level in the section GlobalSettings
of the *.prf file.
The SPARK::TComponentSettings class is a wrapper class that contains the solution method settings defined for each component under the section ComponentSettings
of the *.prf file.