equal
deleted
inserted
replaced
181 |
181 |
182 Path &P; |
182 Path &P; |
183 |
183 |
184 ///\param _P the path you want to fill in. |
184 ///\param _P the path you want to fill in. |
185 /// |
185 /// |
186 Builder(Path &_P) : P(_P) {} |
186 |
|
187 Builder(Path &_p) : P(_p) {} |
187 |
188 |
188 /// Sets the starting node of the path. |
189 /// Sets the starting node of the path. |
189 |
190 |
190 /// Sets the starting node of the path. Edge added to the path |
191 /// Sets the starting node of the path. Edge added to the path |
191 /// afterwards have to be incident to this node. |
192 /// afterwards have to be incident to this node. |