amplify.client.FujitsuDA2MixedModeSolverClient¶
- class FujitsuDA2MixedModeSolverClient¶
A class for using FujitsuDA2MixedModeSolver.
- __init__(self: amplify.client.FujitsuDA2MixedModeSolverClient, token: str = '', url: str = '', proxy: str = '') None ¶
Methods
__init__
(self[, token, url, proxy])solve
Attributes
The number of available bits in
FujitsuDA2MixedModeSolverClient
.The parameters of
FujitsuDA2MixedModeSolverClient
.The address of a proxy server.
Authentication token for FujitsuDA2MixedModeSolver.
The end point url for FujitsuDA2MixedModeSolver.
Get the API version string of the Fujitsu Digital Annealer.
Set or get the file path to save request data.
Set or get the file path to save request data.
- property num_bits¶
The number of available bits in
FujitsuDA2MixedModeSolverClient
.- Type
- property parameters¶
The parameters of
FujitsuDA2MixedModeSolverClient
.
- property proxy¶
The address of a proxy server. The address of proxy server can be set or read from this attribute.
- Type
- property write_request_data¶
Set or get the file path to save request data. The default value is an empty string, so saving is disabled.
- Type