SAP ABAP Class CL_GENIOS_SOLVER_SIMPLEX (GENIOS: ABAP LP Simplex)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-GEN (Application Component) GENeric Integer Optimizer System
⤷
GENIOS_LP (Package) GENIOS: solvers for LP only
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GENIOS_SOLVER | GENIOS: main solver | 20081213 |
Properties
| Class | CL_GENIOS_SOLVER_SIMPLEX | |
| Short Description | GENIOS: ABAP LP Simplex | |
| Super Class | CL_GENIOS_SOLVER | GENIOS: main solver |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GENIOS_LP | GENIOS: solvers for LP only |
| Created | 20081213 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GENIOS_SOLVER_SIMPLEX has no forward declaration.
Interfaces
Class CL_GENIOS_SOLVER_SIMPLEX has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GENIOS_ENVIRONMENT | 20081223 | GENIOS: Environment |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_LINES | GENIOS: line table for the simplex solver | 20090126 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_TARGET | GENIOS: target table for the simplex solver | 20090126 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_TARGET | GENIOS: target table for the simplex solver | 20090126 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_VALUES | GENIOS: value table for the simplex solver | 20090126 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_VARIABL | GENIOS: variable table for the simplex solver | 20090126 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | GENIOST_COMPATIBILITYTYPE | Compatibility type of a GENIOS object | 20081230 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081230 | |
| 2 | Instance method | Private | Method | Call the internal abap simplex | 20081213 |
Events
Class CL_GENIOS_SOLVER_SIMPLEX has no event.
Types
Class CL_GENIOS_SOLVER_SIMPLEX has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GENIOS_SOLVER_SIMPLEX has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GENIOS_SOLVER_SIMPLEX has no exception.
Method EXEC_SIMPLEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TARGET | Call by reference | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_TARGET | GENIOS: target table for the simplex solver | 20081213 | |||
| 2 | ET_VARIABLES | Call by reference | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_VARIABL | GENIOS: variable table for the simplex solver | 20081213 | |||
| 3 | EV_STEPS | Call by reference | Type reference (TYPE) | SYTABIX | Processed steps | 20090112 | |||
| 4 | IO_PARAMETER | Call by reference | Object reference (TYPE REF TO) | CL_GENIOS_PARAMETER | GENIOS: parameter for the solver | 20091207 | |||
| 5 | IT_LINES | Call by reference | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_LINES | GENIOS: line table for the simplex solver | 20081213 | |||
| 6 | IT_TARGET | Call by reference | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_TARGET | GENIOS: target table for the simplex solver | 20081213 | |||
| 7 | IT_TARGET_HELP | Call by reference | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_TARGET | GENIOS: target table for the simplex solver | 20081213 | |||
| 8 | IT_VALUES | Call by reference | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_VALUES | GENIOS: value table for the simplex solver | 20081213 | |||
| 9 | IT_VARIABLES | Call by reference | Type reference (TYPE) | GENIOST_SOLVER_SIMPLEX_VARIABL | GENIOS: variable table for the simplex solver | 20081213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GENIOS: simplex solver | 20090107 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |