SAP ABAP Class IF_GENIOS_SOLVER (GENIOS: solver)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GENIOS_SOLVER | GENIOS: main solver | 20081212 |
Properties
| Class | IF_GENIOS_SOLVER | |
| Short Description | GENIOS: solver | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081212 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_GENIOS_SOLVER has no forward declaration.
Interfaces
Class IF_GENIOS_SOLVER has no interface implemented.
Friends
Class IF_GENIOS_SOLVER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | GENIOS_FLOAT | '1.0E-09' | GENIOS: float element | 20090114 | ||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GENIOS_MODEL | GENIOS: model | 20081212 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GENIOS_PARAMETER | GENIOS: parameter for the solver | 20081212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Load the genios model | 20081212 | |
| 2 | Instance method | Public | Method | Solve the current model | 20081212 | |
| 3 | Instance method | Public | Method | Unload the current model | 20081212 |
Events
Class IF_GENIOS_SOLVER has no event.
Types
Class IF_GENIOS_SOLVER has no local type.
Method Signatures
Method LOAD_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_GENIOS_MODEL | GENIOS: model | 20081212 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | GENIOS_BOOL | GENIOS: bool variable | 20090126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for genios solver | 20081230 |
Method SOLVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARAMETER | Call by reference | Object reference (TYPE REF TO) | CL_GENIOS_PARAMETER | GENIOS: parameter for the solver | 20081212 | |||
| 2 | RS_RESULT | Value transfer | Type reference (TYPE) | GENIOSS_SOLVER_RESULT | GENIOS: Solver result structure | 20090107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for genios solver | 20090107 |
Method UNLOAD_MODEL Signature
Method UNLOAD_MODEL on class IF_GENIOS_SOLVER has no parameter.
Method UNLOAD_MODEL on class IF_GENIOS_SOLVER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |