Remove unused parameters

This commit is contained in:
2020-01-29 20:53:05 -06:00
parent a3794d97db
commit 94bcaa4a10
3 changed files with 20 additions and 32 deletions

View File

@@ -41,7 +41,7 @@ The class `MaxWeightStableSetGenerator` can be used to generate random instances
```python
MaxWeightStableSetGenerator(w=uniform(loc=100., scale=50.),
n=randint(low=200, high=201),
density=uniform(loc=0.05, scale=0.0),
p=uniform(loc=0.05, scale=0.0),
fix_graph=True)
```