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

num_bits

The number of available bits in FujitsuDA2MixedModeSolverClient.

parameters

The parameters of FujitsuDA2MixedModeSolverClient.

proxy

The address of a proxy server.

token

Authentication token for FujitsuDA2MixedModeSolver.

url

The end point url for FujitsuDA2MixedModeSolver.

version

Get the API version string of the Fujitsu Digital Annealer.

write_request_data

Set or get the file path to save request data.

write_response_data

Set or get the file path to save request data.

property num_bits

The number of available bits in FujitsuDA2MixedModeSolverClient.

Type:

int

property parameters

The parameters of FujitsuDA2MixedModeSolverClient.

Type:

FujitsuDA2MixedModeSolverClientParameters

property proxy

The address of a proxy server. The address of proxy server can be set or read from this attribute.

Type:

str

property token

Authentication token for FujitsuDA2MixedModeSolver.

Type:

str

property url

The end point url for FujitsuDA2MixedModeSolver.

Type:

str

property version

Get the API version string of the Fujitsu Digital Annealer.

Type:

str

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:

str

property write_response_data

Set or get the file path to save request data. The default value is an empty string, so saving is disabled.

Type:

str