blob: 4e1484edcc5a30fa123fea2a60e7554a7a1d07fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<level title="Degrees" description="A vertex's degree is the number of edges which connect to it." objective="Give the vertex a degree of 5."/>
<global-vertex-protections protect="d"/>
<colors>
<color color="#FF0000" name="red"/>
</colors>
<graph>
<vertex x="300" y="300" id="v"/>
</graph>
<values>
<op op="degree" id="d" val1="v"/>
<op op="min" id="points" val1="d" val2="5"/>
<var id="objective" val="5"/>
</values>
|