amplify.client.FujitsuDA3SolverClientResultTiming

class FujitsuDA3SolverClientResultTiming

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

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

solve_time

The execution time of the FujitsuDA3Solver in milliseconds.

total_elapsed_time

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

property solve_time

The execution time of the FujitsuDA3Solver in milliseconds.

Type:

int

property total_elapsed_time

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

Type:

int