RemoteKernelServices[] returns a list of services provided by the Lightweight Grid.
CAddress[obj] is a symbolic representation of the address of an object.
CEnum[members] is a symbolic representation of an enum statement.
SymbolicGUIKitXMLToWidget[body] converts a GUIKitXML representation into the equivalent user interface expression.
Widget["Button"] represents a button.
Widget["TextPanel"] represents a text panel.
BellmanFord[g, v] gives a shortest-path spanning tree and associated distances from vertex v of graph g. The shortest-path spanning tree is given by a list in which element i ...
DeleteEdge[g, e] gives graph g minus e. If g is undirected, then e is treated as an undirected edge; otherwise it is treated as a directed edge. If there are multiple edges ...
DepthFirstTraversal[g, v] performs a depth-first traversal of graph g starting from vertex v, and gives a list of vertices in the order in which they were encountered. ...
Dijkstra[g, v] gives a shortest-path spanning tree and associated distances from vertex v of graph g. The shortest-path spanning tree is given by a list in which element i is ...