amplify.client.GurobiClientResult¶
- class GurobiClientResult¶
A class that provides information about the execution results obtained by
GurobiClient
.- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)Attributes
[Deprecated] The annealing time in a given job, measured in milliseconds.
A list of solutions.
Obtains the information on the optimization status.
Provides the timing-related information.
- property annealing_time_ms¶
[Deprecated] The annealing time in a given job, measured in milliseconds.
- Type:
- property solutions¶
A list of solutions. Each element of the list is
ClientSolution
.- Type:
- property status¶
Obtains the information on the optimization status.
- Type:
- property timing¶
Provides the timing-related information.
- Type: