amplify.client.FujitsuDA2SolverExpertClientResultTiming

class FujitsuDA2SolverExpertClientResultTiming

A class that provides time-related information about FujitsuDA2SolverExpertClient.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

cpu_time

CPU usage time in milliseconds.

detailed

Extra timing information.

queue_time

Processing wait time in milliseconds.

solve_time

The execution time of the FujitsuDA2Solver expert mode in milliseconds.

total_elapsed_time

The total time spent to find the optimal solution in milliseconds.

property cpu_time

CPU usage time in milliseconds.

Type:

int

property detailed

Extra timing information.

Type:

FujitsuDA2SolverExpertClientResultTimingDetailed

property queue_time

Processing wait time in milliseconds.

Type:

int

property solve_time

The execution time of the FujitsuDA2Solver expert mode in milliseconds.

Type:

int

property total_elapsed_time

The total time spent to find the optimal solution in milliseconds.

Type:

int