dwave.optimization.model.Symbol.state_size#

Symbol.state_size()#

Return an estimated size, in bytes, of the node’s state.

Note

For most symbols, which are arrays, this method is subclassed by the state_size method.

Returns:

Always returns zero (nodes do not have a state).