IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
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(string[])(...) method, call the base class' method first, and keep the agreement that the first argument must be the working directory. When implementing the executable (see 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.LoadableScriptOptShellBaseControllable |
Controllable version of LoadableScriptOptBase, implements the ILoadableScriptC interface. More... | |
class | IG.Lib.LoadableScriptOptTest |
Test optimization script cls. More... | |
class | IG.Lib.LoadableScriptOptTest.LoadableScriptOptDerived |
Namespaces | |
package | IG.Lib |