-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotebook.asy
More file actions
14 lines (13 loc) · 826 Bytes
/
Copy pathnotebook.asy
File metadata and controls
14 lines (13 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
access 'asymptote/blobs.asy' as blobs;
access 'asymptote/geom.asy' as geom;
access 'asymptote/lab.asy' as lab;
access 'asymptote/num.asy' as num;
access 'asymptote/pens.asy' as pens;
access 'asymptote/plt.asy' as plt;
access 'asymptote/trj.asy' as trj;
access 'asymptote/square_grid_automaton.asy' as sga;
from 'asymptote/elementary_cellular_automaton.asy' access ElementaryCellularAutomaton;
from 'asymptote/square_grid_automaton.asy' access CellularAutomatonGrid, SquareGridNeighborhood, SquareGridAutomaton, SquareGridAutomatonHistory;
from 'asymptote/graphs.asy' access grdraw, BipartiteGraph, CubeGraph, CycleGraph, CompleteGraph, ExampleFlowGraph, PathGraph, PetersenGraph, StarGraph, SquareGraph, TriangleGraph;
from 'asymptote/point_lattice.asy' access PointLattice;
from 'asymptote/random.asy' access CongGenerator;