• 这些"图"是数学对象(看看这个介绍到图论),描述之间的关系;他们不是图表,2D情节,或任何类似于这些的。

    目前,只有支持简单的图表和母的支持;也就是说,没有多边或循环。 此外,GraphThing可以处理所有类型的曲线图。

    这里是一些关键特征"GraphThing":

    ■添加、删除和移动的顶点和边缘。

    ■加载和保存的图形。

    ■图的补充,诱子图和线条图。

    ■快速创造的许多共同的图表(完整的、循环的、零星的,等等)。

    ■确定的最短路径、连通性和Eulericity的。

    ■BFS,外勤部和最低生成树。

    ■邻接矩阵(包括指数)和程序。

    ■色的多项式和色号码。

    ■网络算法:最大网络的流动。

  • इन "रेखांकन कर रहे हैं" गणितीय वस्तुओं (देखो इस परिचय के लिए ग्राफ सिद्धांत) का वर्णन है कि रिश्तों के बीच सेट करता है; वे नहीं कर रहे हैं चार्ट, 2 डी भूखंडों, या इसी तरह कुछ भी करने के लिए इन.

    फिलहाल, केवल समर्थन के लिए सरल रेखांकन और digraphs का समर्थन कर रहे हैं; कि है, कोई एकाधिक किनारों या छोरों । इस के अलावा, GraphThing संभाल कर सकते हैं के हर प्रकार के ग्राफ.

    यहाँ कुछ प्रमुख विशेषताएं हैं की "GraphThing":

    ■ जोड़ने, हटाने और बढ़ के कोने और किनारों.

    ■ लोड हो रहा है और बचत का रेखांकन है ।

    ■ ग्राफ पूरक, प्रेरित subgraphs और लाइन रेखांकन ।

    ■ के शीघ्र निर्माण के लिए कई आम रेखांकन (पूरा चक्र, null, स्टार, आदि.).

    ■ दृढ़ संकल्प के कम से कम पथ, कनेक्टिविटी और Eulericity.

    ■ कट्टर, डीएफएस और न्यूनतम फैले पेड़ ।

    ■ संलग्नता मैट्रिक्स (सहित exponents) और डिग्री अनुक्रम.

    ■ रंगीन बहुपद और रंगीन संख्या है ।

    ■ नेटवर्क एल्गोरिदम: अधिकतम नेटवर्क प्रवाह.

  • These "graphs" are mathematical objects (look at this introduction to Graph Theory) that describe relationships between sets; they are not charts, 2D plots, or anything similar to these.

    At the moment, only support for simple graphs and digraphs are supported; that is, no multiple edges or loops. Other than this, GraphThing can handle every type of graph.

    Here are some key features of "GraphThing":

    ■ Adding, deleting and moving of vertices and edges.

    ■ Loading and saving of graphs.

    ■ Graph complements, induced subgraphs and line graphs.

    ■ Quick creation of many common graphs (complete, cycle, null, star, etc.).

    ■ Determination of shortest path, connectivity and Eulericity.

    ■ BFS, DFS and Minimum Spanning Tree.

    ■ Adjacency matrix (including exponents) and degree sequence.

    ■ Chromatic polynomial and chromatic number.

    ■ Network algorithms: Maximum network flow.