Man page - nauty-delptg(1)
Packages contas this manual
- nauty-deledgeg(1)
- nauty-dretog(1)
- nauty-complg(1)
- nauty-pickg(1)
- nauty-dretodot(1)
- nauty-twohamg(1)
- nauty-countneg(1)
- nauty-copyg(1)
- nauty-assembleg(1)
- nauty-countg(1)
- nauty-converseg(1)
- nauty-vcolg(1)
- nauty-ransubg(1)
- nauty-gentreeg(1)
- nauty-shortg(1)
- nauty-catg(1)
- nauty-directg(1)
- nauty-labelg(1)
- nauty-sumlines(1)
- nauty-watercluster2(1)
- nauty-addptg(1)
- nauty-delptg(1)
- nauty-genspecialg(1)
- nauty-addedgeg(1)
- nauty-biplabg(1)
- nauty-nbrhoodg(1)
- nauty-genbg(1)
- nauty-checks6(1)
- nauty-hamheuristic(1)
- nauty-uniqg(1)
- nauty-newedgeg(1)
- nauty-genrang(1)
- nauty-dimacs2g(1)
- nauty-linegraphg(1)
- nauty-genktreeg(1)
- nauty-listg(1)
- nauty-cubhamg(1)
- nauty-edgetransg(1)
- nauty-subdivideg(1)
- dreadnaut(1)
- nauty-ancestorg(1)
- nauty-bliss2dre(1)
- nauty-productg(1)
- nauty-geng(1)
- nauty-genquarticg(1)
- nauty-genposetg(1)
- nauty-underlyingg(1)
- nauty-amtog(1)
- nauty-ranlabg(1)
- nauty-gentourng(1)
- nauty-planarg(1)
- nauty-showg(1)
- nauty-multig(1)
Package: nauty
apt-get install nauty
apt-get install nauty
Manuals in package:
Documentations in package:
Manual
| NAUTY-DELPTG(1) | Nauty Manual | NAUTY-DELPTG(1) |
NAME
nauty-delptg - delete vertices
SYNOPSIS
delptg [-lq] [-a|-b] [-d#|-d#:#] [-v#|-v#:#] [-r#] [-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
- For digraphs, the out-degree is used.
-n# The number of vertices to delete (default 1).
-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
| February 2025 | nauty 2.8.9 |