mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Remove unused parameters
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user