Closed jlalbers closed 2 weeks ago
Added a Modulus symbol that can be created with the % operator or the mod() function in dwave.optimization.mathematical.
Modulus
%
mod()
dwave.optimization.mathematical
Closes #156
@arcondello should be good now, let me know if you spot any issues
Added a
Modulus
symbol that can be created with the%
operator or themod()
function indwave.optimization.mathematical
.Closes #156