Qi Wang

Results 4 issues of Qi Wang

**Describe the bug** when install the tff with command `pip install --upgrade tensorflow-federated-nightly` the tensorflow has to be upgraded to 2.5, which is dependent on cuda 11. But I cannot...

bug

If I add nothing to prob.relaxation, i.e., simply a MILP problem without decomposition, the Solve() will stuck at some stage, except i add for i in var: prob.relaxation[0] += var[i]...

### Before posting a bug report - [X] I have searched exisisting GitHub issues to make sure the issue does not already exist. ### Expected behavior import pacakage successfully ###...

bug

Please see `libsvmdata/libsvm.py` Line 177-184 LibsvmDataset("w3a_test", "w1a.t", "binary", 300), LibsvmDataset("w4a", "w1a", "binary", 300), LibsvmDataset("w4a_test", "w1a.t", "binary", 300), LibsvmDataset("w5a", "w1a", "binary", 300), LibsvmDataset("w5a_test", "w1a.t", "binary", 300), LibsvmDataset("w6a", "w1a", "binary", 300), LibsvmDataset("w6a_test",...