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#

Data type: xy_array. Unit: x: NOK and y: NOK.

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.

sum_completed_iterations#

Data type: int. Unit: NO_UNIT.

The total number of full and incremental iterations that have been completed.

solver_computation_time#

Data type: double_array. Unit: SECOND.

Computation time used in the external solver (CPLEX/Gurobi/OSI) for completed iterations.

solver_interface_input_path#

Data type: string. Unit: STRING.

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.

model_building_time#

Data type: double_array. Unit: SECOND.

Computation time used for model building for each iteration.

result_processing_time#

Data type: double_array. Unit: SECOND.

Computation time used for result processing for each iteration.

total_iteration_time#

Data type: double_array. Unit: SECOND.

Total computation time for each iteration.

time_per_command#

Data type: sy. Unit: s: STRING and y: SECOND.

Total computation time per command. The string value is the raw command string, and the y value is the computation time in seconds.