amplify.client.FujitsuDA4SolverClientResultTiming

class FujitsuDA4SolverClientResultTiming

A class that provides time-related information about FujitsuDA4Solver client.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

solve_time

The execution time of the FujitsuDA4Solver in milliseconds.

total_elapsed_time

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

property solve_time

The execution time of the FujitsuDA4Solver in milliseconds.

Type:

int

property total_elapsed_time

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

Type:

int