user_guide:tutorials:matching_polytopes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
tutorial:matching_polytopes [2017/07/19 09:12] – added some formatting to enable automated tests oroehrigtutorial:matching_polytopes [2017/07/19 09:14] – fixed a bug oroehrig
Line 7: Line 7:
 > $K4=new props::Graph(4); > $K4=new props::Graph(4);
 > >
-> for ($i=0; $i<4; ++$i) { +> for (my $i=0; $i<4; ++$i) { 
->   for ($j=$i+1; $j<4; ++$j) {+>   for (my $j=$i+1; $j<4; ++$j) {
 >     $K4->edge($i,$j); >     $K4->edge($i,$j);
 >   } >   }
  • user_guide/tutorials/matching_polytopes.txt
  • Last modified: 2019/02/04 22:55
  • by 127.0.0.1