FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
IndependentVertexSetQ[g, vlist] yields True if the vertex list vlist is an independent vertex set in the graph g and False otherwise.
SetAlphaChannel[image] adds a fully opaque alpha channel to image.SetAlphaChannel[image, a] sets the opacity of all pixels to a.SetAlphaChannel[image, aimage] sets the alpha ...
FindIndependentEdgeSet[g] finds an independent edge set of the graph g with a maximum number of edges.
IndependentEdgeSetQ[g, elist] yields True if the edge list elist is an independent edge set of the graph g, and False otherwise.
GridCreationSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the Create Table/Matrix dialog.
x++ increases the value of x by 1, returning the old value of x.
OptionInspectorSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies the display of options in the Option Inspector.
NotebookConvertSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for converting imported legacy notebooks.
SetProperty[{obj, item}, name -> value] sets the property name -> value for item in obj.