Creating Program Graphs

1 img First, you need a project to work with. You can use an existing one or you can create a new project.

→ For creating a new project, right-click in the area of the project overview. A context menu appears. Select New project. We are asked for a name for the new project. Let's call it Our project.

We will use our own program TestProgram we created in lesson Importing Your Own Program.

2 img Now, we have to populate the program graph of our project with a one program. For this, we use the Programs view.

→ Drag the TestProgram program from the programs view into the program graph.

We now have the minimal setup required to evaluate an algorithm. For information on how to handle program graphs with more than one program, take the lesson Program Graphs With Multiple Programs.