HitachiClient¶
- class HitachiClient¶
ベースクラス:
AmplifyClient
Methods
Attributes
acceptable_degrees property
graph property
parameters property
proxy property
token property
url property
version property
write_request_data property
write_response_data property
- class Parameters¶
-
- __init__(*args, **kwargs)¶
- property parameters¶
parameters property
- 戻り値の型:
- __init__(self) None ¶
- __init__(self, token: str = '', url: str = '', proxy: str | None = None) None
__init__
- solve(self, objective: Poly | Matrix, dry_run: Literal[False] = False) Result ¶
- solve(self, objective: Poly | Matrix, dry_run: Literal[True]) None
solve
Overload 1.
- Args:
objective (amplify.Poly | amplify.Matrix)
dry_run (typing.Literal[False]): Defaults to
False
.
- Returns:
amplify.HitachiClient.Result:
Overload 2.
- Args:
objective (amplify.Poly | amplify.Matrix)
dry_run (typing.Literal[True])
- property acceptable_degrees¶
acceptable_degrees property
- 戻り値の型:
- property parameters¶
parameters property
- 戻り値の型: