+ Manage Sketch Solve by CMake.
+ Use C++17 as default.
+ Make "Graph.degrees" public.
+ Add "Graph.adjacency_matrix" method.
+ Isomorphism:
+ More methods in "Graph" class.
+ Implement degree code for Graph class.
+ Remove the hints of Python objects in Cython sources.
+ Change the term "nodes" to "vertices".
+ Replace 'ground' string as "VLink.FRAME" class attribute.
+ Add placeholder "HOLDER" class variable for VPoint and VLink.
+ Add EFD algorithm.
+ Support MSVC compiler.
+ Support PEP 561.