Graph Operations

A graph describes the algorithm processing flow through combinations of different operators. This chapter introduces various graph-related operations.

How to Create a Blank Graph

Follow these steps to create a blank graph:

  1. Click Create Blank Graph.

  2. In the popup window, enter the graph name and click Confirm to create a new graph.

  3. After creation, left-click the graph card to enter the graph editing interface.

How to Import a Graph

Follow these steps to import a graph:

  1. Prepare the graph file (.atom format).

  2. Click Import Graph File. In the popup window:

    1. Click Upload File and select the graph file to import. The graph name defaults to the file name and can be modified as needed.

    2. Click Confirm to complete the import.

  3. After importing, left-click the graph card to enter the graph editing interface.

How to Release a Graph

Releasing a graph clears cached variables in the graph and frees memory.

Follow these steps to release a graph:

  1. Right-click the graph card.

  2. In the shortcut menu, click Release Graph.

How to Export a Graph

Follow these steps to export a graph:

  1. Right-click the graph card.

  2. In the shortcut menu, click Export Graph.

How to Copy a Graph

Follow these steps to copy a graph:

  1. Right-click the graph card.

  2. In the shortcut menu, click Copy Graph.

  3. Click Confirm.

How to Modify the Name

Follow these steps to modify the graph name:

  1. Right-click the graph card.

  2. In the shortcut menu, click Modify Name.

  3. In the modify graph name popup window, enter the name and click Confirm.

How to Edit Notes

Follow these steps to add notes to a graph:

  1. Right-click the graph card.

  2. In the shortcut menu, click Edit Notes.

  3. In the edit notes popup window, enter custom note content and click Confirm.

How to Delete a Graph

Follow these steps to delete a graph:

  1. Right-click the graph card.

  2. In the shortcut menu, click Delete Graph.

  3. In the confirm deletion popup window, click Confirm.

How to Run a Graph

Follow these steps to run a graph:

  1. Left-click the graph card to enter the graph editing interface.

  2. After completing the graph construction, click Run Graph in the menu bar.

How to Repeat Run a Graph

Follow these steps to repeat run a graph:

  1. Double left-click the graph name to enter the graph editing interface.

  2. After completing the graph construction, click More Functions > Repeat Run in the menu bar.

  3. Set the number of runs and click Confirm.

  4. After confirmation, a [Data Table] will pop up, recording the duration of each run and the average duration.

  5. To terminate the run, click Stop in this window. To close the popup and terminate the run, click: Close.