Path: blob/main/tests/tools/turndefs/generateTurnDefs/uniform_distribution/turndefs.tools
428507 views
<turns xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/turns_file.xsd">
<interval begin="100" end="200">
<edgeRelation from="1fi" to="1si" probability="100"/>
<edgeRelation from="1o" to="1fi" probability="100"/>
<edgeRelation from="1si" to="1o" probability="25"/>
<edgeRelation from="1si" to="2o" probability="25"/>
<edgeRelation from="1si" to="3o" probability="25"/>
<edgeRelation from="1si" to="4o" probability="25"/>
<edgeRelation from="2fi" to="2si" probability="100"/>
<edgeRelation from="2o" to="2fi" probability="100"/>
<edgeRelation from="2si" to="1o" probability="41.66666667"/>
<edgeRelation from="2si" to="2o" probability="16.66666667"/>
<edgeRelation from="2si" to="3o" probability="16.66666667"/>
<edgeRelation from="2si" to="4o" probability="25"/>
<edgeRelation from="3fi" to="3si" probability="100"/>
<edgeRelation from="3o" to="3fi" probability="100"/>
<edgeRelation from="3si" to="1o" probability="50"/>
<edgeRelation from="3si" to="2o" probability="16.66666667"/>
<edgeRelation from="3si" to="3o" probability="16.66666667"/>
<edgeRelation from="3si" to="4o" probability="16.66666667"/>
<edgeRelation from="4fi" to="4si" probability="100"/>
<edgeRelation from="4o" to="4fi" probability="100"/>
<edgeRelation from="4si" to="1o" probability="50"/>
<edgeRelation from="4si" to="2o" probability="12.5"/>
<edgeRelation from="4si" to="3o" probability="25"/>
<edgeRelation from="4si" to="4o" probability="12.5"/>
</interval>
</turns>