Skip to content

Commit eb748da

Browse files
committed
Clean up formatting (column lengths
1 parent 5b2d998 commit eb748da

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@ program will prefer locations that are far apart.
117117
### Build exactly two new charging stations
118118

119119
To select exactly two new charging stations, we use
120-
[`dimod.generators.combinations`](https://docs.dwavequantum.com/en/latest/ocean/api_ref_dimod/generated/dimod.generators.combinations.html). This function in Ocean's `dimod` package
121-
sets exactly `num_new_cs` of our binary variables (`bqm.variables`) to have a
122-
value of 1, and applies a strength to this constraint (`gamma4`). See below for
123-
more information on the tunable strength parameter.
120+
[`dimod.generators.combinations`](https://docs.dwavequantum.com/en/latest/ocean/api_ref_dimod/generated/dimod.generators.combinations.html).
121+
This function in Ocean's `dimod` package sets exactly `num_new_cs` of our binary
122+
variables (`bqm.variables`) to have a value of 1, and applies a strength to this
123+
constraint (`gamma4`). See below for more information on the tunable strength
124+
parameter.
124125

125126
### Parameter tuning
126127

@@ -149,4 +150,7 @@ for-loops versus using efficient NumPy operations in the Leap IDE.
149150

150151
## References
151152

152-
<a name="1">[1]</a> Pagany, Raphaela, Anna Marquardt, and Roland Zink. "Electric Charging Demand Location Model—A User-and Destination-Based Locating Approach for Electric Vehicle Charging Stations." Sustainability 11.8 (2019): 2301. [https://doi.org/10.3390/su11082301](https://doi.org/10.3390/su11082301)
153+
<a name="1">[1]</a> Pagany, Raphaela, Anna Marquardt, and Roland Zink. "Electric
154+
Charging Demand Location Model—A User-and Destination-Based Locating Approach
155+
for Electric Vehicle Charging Stations." Sustainability 11.8 (2019): 2301.
156+
[https://doi.org/10.3390/su11082301](https://doi.org/10.3390/su11082301)

0 commit comments

Comments
 (0)