You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,10 +117,11 @@ program will prefer locations that are far apart.
97
117
### Build exactly two new charging stations
98
118
99
119
To select exactly two new charging stations, we use
100
-
[`dimod.generators.combinations`](https://docs.ocean.dwavesys.com/en/stable/docs_dimod/reference/generated/dimod.generators.combinations.html?highlight=%22dimod.generators.combinations%22). This function in Ocean's `dimod` package
101
-
sets exactly `num_new_cs` of our binary variables (`bqm.variables`) to have a
102
-
value of 1, and applies a strength to this constraint (`gamma4`). See below for
103
-
more information on the tunable strength parameter.
0 commit comments