File: example4.dawg

package info (click to toggle)
dawg 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: cpp: 2,598; ansic: 520; perl: 467; sh: 101; makefile: 18
file content (13 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#example4.dawg

# Construct a tree where B is the result of a recombination.
# Nodes _C and _E are not outputed because they begin with
# an underscore.
Tree =
{
    ((A:0.1,B:0.1)_C:0.1, (D:0.1)_E:0.1);
    ((A:0.1)_C:0.1, (B:0.1,D:0.1)_E:0.1);
}

# Each tree in the above vector must be associated with a root section
Length = {100,100}