system#
The system singleton object is automatically created by SHOP and holds top-level information related to the SHOP run, such as execution times.
Input connections |
|
Output connections |
|
License |
SHOP_OPEN |
Release version |
13.0.0.a |
Attributes#
cut_output_rhs#
Expected future income for the cuts generated by the model. The future incomes represent cuts in the same order as cut_output_coeffs_mm3 on reservoirs. Units: x: NOK and y: NOK.
sum_completed_iterations#
The total number of full and incremental iterations that have been completed. Unit: NO_UNIT.
solver_computation_time#
Computation time used in the external solver (CPLEX/Gurobi/OSI) for completed iterations. Unit: SECOND.
solver_interface_input_path#
Manually specify where SHOP will look for the solver interface binary, see the documentation under ‘Environment variables’ to see where SHOP will search by default. Unit: STRING.
model_building_time#
Computation time used for model building for each iteration. Unit: SECOND.
result_processing_time#
Computation time used for result processing for each iteration. Unit: SECOND.
total_iteration_time#
Total computation time for each iteration. Unit: SECOND.
time_per_command#
Total computation time per command. The string value is the raw command string, and the y value is the computation time in seconds. Units: s: STRING and y: SECOND.