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__

Return type:

Iterator

__next__(self) floatΒΆ

__next__

Return type:

float

__bool__(self) boolΒΆ

__bool__

Return type:

bool

__getitem__(self, key: int) floatΒΆ

__getitem__

Parameters:

key (int) –

Return type:

float

__init__(*args, **kwargs)ΒΆ
__iter__(self) IteratorΒΆ

__iter__

Return type:

Iterator

__len__(self) intΒΆ

__len__

Return type:

int

__repr__(self) strΒΆ

__repr__

Return type:

str

__str__(self) strΒΆ

__str__

Return type:

str

__init__(*args, **kwargs)ΒΆ
__repr__(self) strΒΆ

__repr__

Return type:

str

__str__(self) strΒΆ

__str__

Return type:

str

property chain_break_fractionsΒΆ

chain_break_fractions property

Return type:

ChainBreakFractions

property chainsΒΆ

chains property

Return type:

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

property dst_graphΒΆ

dst_graph property

Return type:

Graph

property num_variablesΒΆ

num_variables property

Return type:

int

property polyΒΆ

poly property

Return type:

Poly

property src_graphΒΆ

src_graph property

Return type:

list[tuple[int, int]]

property values_listΒΆ

values_list property

Return type:

ValuesList

class ModelConversionΒΆ
class IntermediateMappingΒΆ
class ItemsViewΒΆ
__bool__(self) boolΒΆ

__bool__

Return type:

bool

__init__(*args, **kwargs)ΒΆ
__iter__(self) ItemsViewΒΆ

__iter__

Return type:

ItemsView

__len__(self) intΒΆ

__len__

Return type:

int

__next__(self) tuple[Poly, Poly]ΒΆ

__next__

Return type:

tuple[Poly, Poly]

class KeysViewΒΆ
__bool__(self) boolΒΆ

__bool__

Return type:

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__

Return type:

KeysView

__len__(self) intΒΆ

__len__

Return type:

int

__next__(self) PolyΒΆ

__next__

Return type:

Poly

class ValuesViewΒΆ
__bool__(self) boolΒΆ

__bool__

Return type:

bool

__init__(*args, **kwargs)ΒΆ
__iter__(self) ValuesViewΒΆ

__iter__

Return type:

ValuesView

__len__(self) intΒΆ

__len__

Return type:

int

__next__(self) PolyΒΆ

__next__

Return type:

Poly

__bool__(self) boolΒΆ

__bool__

Return type:

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__

Parameters:

arg (Poly) –

Return type:

Poly

__init__(*args, **kwargs)ΒΆ
__iter__(self) KeysViewΒΆ

__iter__

Return type:

KeysView

__len__(self) intΒΆ

__len__

Return type:

int

__repr__(self) strΒΆ

__repr__

Return type:

str

__str__(self) strΒΆ

__str__

Return type:

str

items(self) ItemsViewΒΆ

items

Return type:

ItemsView

keys(self) KeysViewΒΆ

keys

Return type:

KeysView

values(self) ValuesViewΒΆ

values

Return type:

ValuesView

__init__(*args, **kwargs)ΒΆ
__repr__(self) strΒΆ

__repr__

Return type:

str

__str__(self) strΒΆ

__str__

Return type:

str

property mappingΒΆ

mapping property

Return type:

IntermediateMapping

property modelΒΆ

model property

Return type:

Model

property num_variablesΒΆ

num_variables property

Return type:

int

property values_listΒΆ

values_list property

Return type:

ValuesList

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

__repr__

Return type:

str

__str__(self) strΒΆ

__str__

Return type:

str

property feasibleΒΆ

feasible property

Return type:

bool

property objectiveΒΆ

objective property

Return type:

float

property timeΒΆ

time property

Return type:

timedelta

property valuesΒΆ

values property

Return type:

Values

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

__iter__

Return type:

Iterator

__next__(self) SolutionΒΆ

__next__

Return type:

Solution

__bool__(self) boolΒΆ

__bool__

Return type:

bool

__getitem__(self, key: int) SolutionΒΆ

__getitem__

Parameters:

key (int) –

Return type:

Solution

__init__(*args, **kwargs)ΒΆ
__iter__(self) IteratorΒΆ

__iter__

Return type:

Iterator

__len__(self) intΒΆ

__len__

Return type:

int

__repr__(self) strΒΆ

__repr__

Return type:

str

__str__(self) strΒΆ

__str__

Return type:

str

class SplitViewΒΆ
__bool__(self) boolΒΆ

__bool__

Return type:

bool

__getitem__(self, key: int) ResultΒΆ

__getitem__

Parameters:

key (int) –

Return type:

Result

__init__(*args, **kwargs)ΒΆ
__iter__(self) SplitViewΒΆ

__iter__

Return type:

SplitView

__len__(self) intΒΆ

__len__

Return type:

int

__next__(self) ResultΒΆ

__next__

Return type:

Result

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

__iter__

Return type:

Iterator

__next__(self) ValuesΒΆ

__next__

Return type:

Values

__bool__(self) boolΒΆ

__bool__

Return type:

bool

__getitem__(self, key: int) ValuesΒΆ

__getitem__

Parameters:

key (int) –

Return type:

Values

__init__(*args, **kwargs)ΒΆ
__iter__(self) IteratorΒΆ

__iter__

Return type:

Iterator

__len__(self) intΒΆ

__len__

Return type:

int

__repr__(self) strΒΆ

__repr__

Return type:

str

__str__(self) strΒΆ

__str__

Return type:

str

__getitem__(self, key: int) SolutionΒΆ

__getitem__

Parameters:

key (int) –

Return type:

Solution

__init__(*args, **kwargs)ΒΆ
__iter__(self) IteratorΒΆ

__iter__

Return type:

Iterator

__len__(self) intΒΆ

__len__

Return type:

int

__repr__(self) strΒΆ

__repr__

Return type:

str

__str__(self) strΒΆ

__str__

Return type:

str

sort(self) NoneΒΆ

sort

property bestΒΆ

best property

Return type:

Solution

property client_resultΒΆ

client_result property

Return type:

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

property embeddingΒΆ

embedding property

Return type:

GraphConversion | None

property execution_timeΒΆ

execution_time property

Return type:

timedelta

property filter_solutionΒΆ

filter_solution property

Return type:

bool

property intermediateΒΆ

intermediate property

Return type:

ModelConversion

property num_solvesΒΆ

num_solves property

Return type:

int

property response_timeΒΆ

response_time property

Return type:

timedelta

property solutionsΒΆ

solutions property

Return type:

SolutionList

property splitΒΆ

split property

Return type:

SplitView

property total_timeΒΆ

total_time property

Return type:

timedelta