delptg - Man Page
manual page for delptg 2.9.0
Synopsis
delptg [-lq] [-a|-b] [-d#|-d#:#] [-v#|-v#:#] [-A] [-r#] [-k#] [-n#] [-m#|-i] [infile [outfile]]
Description
Delete some vertices from a file of graphs.
The output file has a header if and only if the input file does. No isomorph reduction is done.
- -l
Canonically label outputs
-d# -d#:# Only remove vertices with original degree in the given range
-k# Find the #-core (recursively remove vertices of degree less than k)
-n# The number of vertices to delete (default 1).
- -A
Delete all the vertices specified by -d and/or -v
-v# -v#:# Vertex number or numbers that it is allowed to delete
(the first vertex is number 0).
-m# Lower bound on minimum degree of output graphs.
-r# Choose # random sets of points (not necessarily different)
-S# Set random number seed (taken from clock otherwise).
- -a
The deleted points must be adjacent.
- -b
The deleted points must be non-adjacent.
- -i
Leave deleted vertices as isolates, not compatible with -m.
No empty graphs are output. No warning is issued if
-d, -v -n, -m together imply no graphs are output.
For digraphs, out-degree is used for -d and -m. -q Suppress auxiliary information