Result#

class Result#

Methods

__init__

sort

sort

Attributes

best

best property

client_result

client_result property

embedding

embedding property

execution_time

execution_time property

filter_solution

filter_solution property

intermediate

intermediate property

num_solves

num_solves property

response_time

response_time property

solutions

solutions property

split

split property

total_time

total_time property

class GraphConversion#
class ChainBreakFractions#
class Iterator#
__init__(*args, **kwargs)#
__iter__(self) Iterator#

__iter__

戻り値の型:

Iterator

__next__(self) float#

__next__

戻り値の型:

float

__bool__(self) bool#

__bool__

戻り値の型:

bool

__getitem__(self, key: int) float#

__getitem__

パラメータ:

key (int) --

戻り値の型:

float

__init__(*args, **kwargs)#
__iter__(self) Iterator#

__iter__

戻り値の型:

Iterator

__len__(self) int#

__len__

戻り値の型:

int

__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

__init__(*args, **kwargs)#
__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

property chain_break_fractions#

chain_break_fractions property

戻り値の型:

ChainBreakFractions

property chains#

chains property

戻り値の型:

list[ndarray[Any, dtype[numpy.uint32], writable[False]]]

property dst_graph#

dst_graph property

戻り値の型:

Graph

property num_variables#

num_variables property

戻り値の型:

int

property poly#

poly property

戻り値の型:

Poly

property src_graph#

src_graph property

戻り値の型:

list[tuple[int, int]]

property values_list#

values_list property

戻り値の型:

ValuesList

class ModelConversion#
class IntermediateMapping#
class ItemsView#
__bool__(self) bool#

__bool__

戻り値の型:

bool

__init__(*args, **kwargs)#
__iter__(self) ItemsView#

__iter__

戻り値の型:

ItemsView

__len__(self) int#

__len__

戻り値の型:

int

__next__(self) tuple[Poly, Poly]#

__next__

戻り値の型:

tuple[Poly, Poly]

class KeysView#
__bool__(self) bool#

__bool__

戻り値の型:

bool

__contains__(self, arg: Poly, /) bool#
__contains__(self, arg: Any, /) bool

__contains__

Overloading:

1. __contains__(self, arg: amplify.Poly, /) -> bool

Args:
  • arg (amplify.Poly):

Returns:

bool:

2. __contains__(self, arg: Any, /) -> bool

Args:
  • arg (Any):

Returns:

bool:

__init__(*args, **kwargs)#
__iter__(self) KeysView#

__iter__

戻り値の型:

KeysView

__len__(self) int#

__len__

戻り値の型:

int

__next__(self) Poly#

__next__

戻り値の型:

Poly

class ValuesView#
__bool__(self) bool#

__bool__

戻り値の型:

bool

__init__(*args, **kwargs)#
__iter__(self) ValuesView#

__iter__

戻り値の型:

ValuesView

__len__(self) int#

__len__

戻り値の型:

int

__next__(self) Poly#

__next__

戻り値の型:

Poly

__bool__(self) bool#

__bool__

戻り値の型:

bool

__contains__(self, arg: Poly, /) bool#
__contains__(self, arg: Any, /) bool

__contains__

Overloading:

1. __contains__(self, arg: amplify.Poly, /) -> bool

Args:
  • arg (amplify.Poly):

Returns:

bool:

2. __contains__(self, arg: Any, /) -> bool

Args:
  • arg (Any):

Returns:

bool:

__getitem__(self, arg: Poly, /) Poly#

__getitem__

パラメータ:

arg (Poly) --

戻り値の型:

Poly

__init__(*args, **kwargs)#
__iter__(self) KeysView#

__iter__

戻り値の型:

KeysView

__len__(self) int#

__len__

戻り値の型:

int

__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

items(self) ItemsView#

items

戻り値の型:

ItemsView

keys(self) KeysView#

keys

戻り値の型:

KeysView

values(self) ValuesView#

values

戻り値の型:

ValuesView

__init__(*args, **kwargs)#
__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

property mapping#

mapping property

戻り値の型:

IntermediateMapping

property model#

model property

戻り値の型:

Model

property num_variables#

num_variables property

戻り値の型:

int

property values_list#

values_list property

戻り値の型:

ValuesList

class Solution#
__init__(*args, **kwargs)#
__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

property feasible#

feasible property

戻り値の型:

bool

property objective#

objective property

戻り値の型:

float

property time#

time property

戻り値の型:

timedelta

property values#

values property

戻り値の型:

Values

class SolutionList#
class Iterator#
__init__(*args, **kwargs)#
__iter__(self) Iterator#

__iter__

戻り値の型:

Iterator

__next__(self) Solution#

__next__

戻り値の型:

Solution

__bool__(self) bool#

__bool__

戻り値の型:

bool

__getitem__(self, key: int) Solution#

__getitem__

パラメータ:

key (int) --

戻り値の型:

Solution

__init__(*args, **kwargs)#
__iter__(self) Iterator#

__iter__

戻り値の型:

Iterator

__len__(self) int#

__len__

戻り値の型:

int

__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

class SplitView#
__bool__(self) bool#

__bool__

戻り値の型:

bool

__getitem__(self, key: int) Result#

__getitem__

パラメータ:

key (int) --

戻り値の型:

Result

__init__(*args, **kwargs)#
__iter__(self) SplitView#

__iter__

戻り値の型:

SplitView

__len__(self) int#

__len__

戻り値の型:

int

__next__(self) Result#

__next__

戻り値の型:

Result

class ValuesList#
class Iterator#
__init__(*args, **kwargs)#
__iter__(self) Iterator#

__iter__

戻り値の型:

Iterator

__next__(self) Values#

__next__

戻り値の型:

Values

__bool__(self) bool#

__bool__

戻り値の型:

bool

__getitem__(self, key: int) Values#

__getitem__

パラメータ:

key (int) --

戻り値の型:

Values

__init__(*args, **kwargs)#
__iter__(self) Iterator#

__iter__

戻り値の型:

Iterator

__len__(self) int#

__len__

戻り値の型:

int

__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

__getitem__(self, key: int) Solution#

__getitem__

パラメータ:

key (int) --

戻り値の型:

Solution

__init__(*args, **kwargs)#
__iter__(self) Iterator#

__iter__

戻り値の型:

Iterator

__len__(self) int#

__len__

戻り値の型:

int

__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

sort(self) None#

sort

property best#

best property

戻り値の型:

Solution

property client_result#

client_result property

戻り値の型:

Result | SampleSet | SampleSet | SampleSet | Result | Result | Result | None

property embedding#

embedding property

戻り値の型:

GraphConversion | None

property execution_time#

execution_time property

戻り値の型:

timedelta

property filter_solution#

filter_solution property

戻り値の型:

bool

property intermediate#

intermediate property

戻り値の型:

ModelConversion

property num_solves#

num_solves property

戻り値の型:

int

property response_time#

response_time property

戻り値の型:

timedelta

property solutions#

solutions property

戻り値の型:

SolutionList

property split#

split property

戻り値の型:

SplitView

property total_time#

total_time property

戻り値の型:

timedelta