Add an edge to the graph. Both multiple edges between two nodes and edges from a node to itself are allowed.
@param s the source node id
@param t the target node id
@return the edge id (edge table row number) of the added edge
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.