SAP ABAP Interface IF_GENIOS_SOLVER (GENIOS: solver)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-GEN (Application Component) GENeric Integer Optimizer System
⤷
GENIOS_SOLVER_MAIN (Package) GENIOS: solvers for MILP

⤷

⤷

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
Interface | IF_GENIOS_SOLVER | |
Short Description | GENIOS: solver |
General Data
Package | GENIOS_SOLVER_MAIN | GENIOS: solvers for MILP |
Created | 20081212 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_GENIOS_SOLVER has no forward declaration.
Interfaces
Interface IF_GENIOS_SOLVER has no interface.
Friends
Interface IF_GENIOS_SOLVER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_BORDER | Constant | Public | Type reference (TYPE) | GENIOS_FLOAT | '1.0E-09' | GENIOS: float element | 20090114 | |
2 | MO_MODEL | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GENIOS_MODEL | GENIOS: model | 20081212 | ||
3 | MO_PARAMETER | 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
Interface IF_GENIOS_SOLVER has no event.
Types
Interface 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 Interface IF_GENIOS_SOLVER has no parameter.
Method UNLOAD_MODEL on Interface IF_GENIOS_SOLVER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |