Jewish
(Calendar Package Symbol) Jewish represents the Jewish calendar system.
JewishNewYear[year] gives the date of the Jewish New Year occurring in Gregorian years between 1900 and 2099.
This package provides a unified treatment of the basic calendar operations. The main idea is to treat the calendar as a generalized number system, so that days, weeks, ...
Algorithm is an option that informs functions such as ShortestPath, VertexColoring, and VertexCover about which algorithm to use.
Approximate is a value that the option Algorithm can take in calls to functions such as VertexCover, telling it to use an approximation algorithm.
BipartiteMatchingAndCover[g] takes a bipartite graph g and returns a matching with maximum weight along with the dual vertex cover. If the graph is not weighted, it is ...
BreadthFirstTraversal[g, v] performs a breadth-first traversal of graph g starting from vertex v, and gives the breadth-first numbers of the vertices. ...
Brelaz
(Combinatorica Package Symbol) Brelaz is a value that the option Algorithm can take when used in the function VertexColoring.