MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / dijkstra.test.gen.py

File dijkstra.test.gen.py

code/graph/dijkstra.test.gen.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# This file was *autogenerated* from the file dijkstra_fast.test.gen.sage.
2from sage.all_cmdline import * # import sage library
3_sage_const_3 = Integer(3); _sage_const_2 = Integer(2); _sage_const_1 = Integer(1); _sage_const_0 = Integer(0); _sage_const_4 = Integer(4); _sage_const_8 = Integer(8); _sage_const_0p2 = RealNumber('0.2'); _sage_const_10 = Integer(10); _sage_const_0p4 = RealNumber('0.4'); _sage_const_0p6 = RealNumber('0.6'); _sage_const_0p9 = RealNumber('0.9'); _sage_const_0p8 = RealNumber('0.8'); _sage_const_300 = Integer(300); _sage_const_0p01 = RealNumber('0.01'); _sage_const_19 = Integer(19); _sage_const_400 = Integer(400)
4gs = []

Callers

nothing calls this directly

Calls 1

randintFunction · 0.50

Tested by

no test coverage detected