Name
GoComponents -- calculate the connected components of the game graph
Object Hierarchy
GtkObject
+----GoClient
+----GoComponents |
Description
The GoComponents objects are used to keep track of the connected components
of the game graph. Two players are connected in this graph, if the
difference of their go-playing strengths may be estimated.
Objects of this class are automatically generated by GoData objects.
You should not need to use objects of this class directly.
Details
go_components_new ()
GtkObject* go_components_new (GoData *data); |
Allocate a new GoComponents object and connect it to data.
go_components_equivalent ()
go_components_direct_geq ()