Mohsen Rahmani

Results 3 issues of Mohsen Rahmani

Not sure if this is a bug or a feature request. Since I didn't expect this to happen, I file it as a bug, please change to feature request if...

bug
enhancement

It would be nice to have methods to quickly get some statistics about the CQM model. These are my wish list: ``` cqm.num_variables cqm.num_binaries cqm.num_integers cqm.num_discretes cqm.num_linear_constraints cqm.num_quadratic_constraints cqm.num_le_ineqaultiy_constraints cqm.num_ge_ineqaultiy_constraints...

enhancement

More information is needed when user define constraints that has `BinaryQuadraticModel` as RHS ``` x = dimod.Binary('x') y = dimod.Binary('y') cqm = dimod.CQM() cqm.add_constraint(x

enhancement