"ComputedGraph" (Interpreter Type)
-
See Also
- Interpreter
- SemanticImport
- Restricted
- Failure
- Entity
- GraphData
- EntityValue
-
- Entity Types
- Graph
- Knot
- FiniteGroup
- Lattice
- LatticeSystem
- IntegerSequence
- FamousMathProblem
- FamousMathGame
-
- Interpreter Types
- Graph
- GraphClass
- Knot
- FiniteGroup
- Lattice
- LatticeSystem
- IntegerSequence
- FamousMathProblem
- FamousMathGame
- Entity
- ComputedKnot
- ComputedFiniteGroup
- ComputedLattice
- ComputedLatticeSystem
- ComputedIntegerSequence
- ComputedFamousMathProblem
- ComputedFamousMathGame
- Related Guides
-
-
See Also
- Interpreter
- SemanticImport
- Restricted
- Failure
- Entity
- GraphData
- EntityValue
-
- Entity Types
- Graph
- Knot
- FiniteGroup
- Lattice
- LatticeSystem
- IntegerSequence
- FamousMathProblem
- FamousMathGame
-
- Interpreter Types
- Graph
- GraphClass
- Knot
- FiniteGroup
- Lattice
- LatticeSystem
- IntegerSequence
- FamousMathProblem
- FamousMathGame
- Entity
- ComputedKnot
- ComputedFiniteGroup
- ComputedLattice
- ComputedLatticeSystem
- ComputedIntegerSequence
- ComputedFamousMathProblem
- ComputedFamousMathGame
- Related Guides
-
See Also
"ComputedGraph" (Interpreter Type)
A graph derived by computation.
Details
- "ComputedGraph" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "ComputedGraph" requires connectivity to the Wolfram Cloud.
Restriction Specifications
-
Restricted["ComputedGraph",{{choice1,…}}] one among choices Restricted["ComputedGraph",entityclass] one among the graphs in entityclass Restricted["ComputedGraph",{property1value1,…}] a graph with values valuei for properties propertyi
Interpretation
- "ComputedGraph" yields an Entity of type "Graph".
Examples
Basic Examples (3)
Interpreter["ComputedGraph"]["complete graph on 14 vertices"]Interpret graphs derived by computation:
Interpreter["ComputedGraph"]["complement of Q2"]Restrict to graphs in a class:
Interpreter[Restricted["ComputedGraph", EntityClass["Graph", "ThomassenGraphs"]]]["octahedral graph"]See Also
Interpreter SemanticImport Restricted Failure Entity GraphData EntityValue
Entity Types: Graph Knot FiniteGroup Lattice LatticeSystem IntegerSequence FamousMathProblem FamousMathGame
Interpreter Types: Graph GraphClass Knot FiniteGroup Lattice LatticeSystem IntegerSequence FamousMathProblem FamousMathGame Entity ComputedKnot ComputedFiniteGroup ComputedLattice ComputedLatticeSystem ComputedIntegerSequence ComputedFamousMathProblem ComputedFamousMathGame
Related Guides
History
Introduced in 2014 (10.0)