Help for this page

Select Code to Download


  1. or download this
    #This program read the triplets from file named "data" into
    #an array of array.
    ...
    print "induced=$qw\n";
    
    }
    
  2. or download this
    b c a
    a c d
    d e b
    
  3. or download this
    ----TRIPLETS-------
    $VAR1 = [
              [
    ...
    component 1 = c b a
    b c a
    induced=3
    
  4. or download this
    component 2 = e d
    component 1 = c b a
    induced=b c a