Open arcondello opened 1 month ago
A symbol that would return the index of the first instance of a value in an array.
See also https://github.com/dwavesystems/dwave-optimization/issues/76.
There's also numpy.argwhere() which does something kind of similar.
A symbol that would return the index of the first instance of a value in an array.
See also https://github.com/dwavesystems/dwave-optimization/issues/76.