IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

LoadableScriptOpt.cs File Reference

Classes

class  IG::Lib::LoadableScriptOptBase
 Base class for loadable scripts for optimization problems. AGREEMENTS: The first argument to initialization and executable method is working directory where data between different applications is exchanged. If overrigding the InitializeThis(...) method, call the base class' method first, and keep the agreement that the first argument must be the working directory. When implementing the executable (RunThis(...)) method, its first argument should also be the working directory (the same as for initialization). This is to enable use of the class in scenarios where initialization and execution arguments must be the same. More...
class  IG::Lib::LoadableScriptOptBase::AnalysisScript
class  IG::Lib::LoadableScriptOptTest
 Test optimization script cls. More...
class  IG::Lib::LoadableScriptOptTest::LoadableScriptOptDerived

Namespaces

namespace  IG::Lib
 All Classes Namespaces Files Functions Variables Enumerations Properties Events