Skip to content

Deprecate AdjArrayBQM and AdjMapBQM #786

Description

@arcondello

Removing these two specialized implementations would significantly reduce complexity in the dimod implementation.

Ideally we'd move to one BQM implemenation, something like

bqm = dimod.BQM(linear, quadratic, offset, vartype, backend='vector')  # C++ AdjVector version
bqm = dimod.BQM(linear, quadratic, offset, vartype, backend='dict')  # python version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions