Basic examples

These examples show basic examples of models based on kernel P systems.

Example 1

Description:

This example tests the performance of the new kernel P system parser and simulator, including:

Code:

Membrane structure: 1
membrane.@model<kernel_psystems>
def main()
{
  /* tissue P system skeleton */
  call three_colouring(n);
}

Table Of Contents

This Page