Skip to content

Commit

Permalink
[auto-verifier] docs commit 735d548
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jul 6, 2024
1 parent ab663a5 commit 164148c
Show file tree
Hide file tree
Showing 93 changed files with 484 additions and 318 deletions.
2 changes: 1 addition & 1 deletion combinatorial_opt/linear_matroid_parity.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ data:
timestamp: '2023-05-21 18:11:51+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- combinatorial_opt/test/linear_matroid_parity.yuki1773.test.cpp
- combinatorial_opt/test/linear_matroid_parity_size.yuki1773.test.cpp
- combinatorial_opt/test/linear_matroid_parity.yuki1773.test.cpp
documentation_of: combinatorial_opt/linear_matroid_parity.hpp
layout: document
title: "Linear matroid parity (unweighted) \uFF08\u7DDA\u5F62\u30DE\u30C8\u30ED\u30A4\
Expand Down
2 changes: 1 addition & 1 deletion combinatorial_opt/matroid_intersection.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ data:
timestamp: '2023-07-23 15:18:37+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- combinatorial_opt/test/matroid_intersection.aoj1605.test.cpp
- combinatorial_opt/test/matroid_intersection.aoj_grl_2_b.test.cpp
- combinatorial_opt/test/matroid_intersection.aoj1605.test.cpp
documentation_of: combinatorial_opt/matroid_intersection.hpp
layout: document
title: "(Weighted) matroid intersection \uFF08\uFF08\u91CD\u307F\u3064\u304D\uFF09\
Expand Down
2 changes: 1 addition & 1 deletion combinatorial_opt/matroid_intersection_dijkstra.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ data:
timestamp: '2023-07-23 18:47:47+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj1605.test.cpp
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj_grl_2_b.test.cpp
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj1605.test.cpp
documentation_of: combinatorial_opt/matroid_intersection_dijkstra.hpp
layout: document
title: Weighted matroid intersection using Dijkstra's algorithm
Expand Down
4 changes: 2 additions & 2 deletions combinatorial_opt/matroids/graphic_matroid.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ data:
timestamp: '2021-09-05 18:41:59+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj1605.test.cpp
- combinatorial_opt/test/matroid_intersection.aoj_grl_2_b.test.cpp
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj_grl_2_b.test.cpp
- combinatorial_opt/test/matroid_intersection.aoj1605.test.cpp
- combinatorial_opt/test/matroid_intersection.aoj_grl_2_b.test.cpp
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj1605.test.cpp
documentation_of: combinatorial_opt/matroids/graphic_matroid.hpp
layout: document
title: "Graphic matroid \uFF08\u30B0\u30E9\u30D5\u30DE\u30C8\u30ED\u30A4\u30C9\uFF09"
Expand Down
4 changes: 2 additions & 2 deletions combinatorial_opt/matroids/partition_matroid.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ data:
timestamp: '2021-09-01 23:53:05+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj1605.test.cpp
- combinatorial_opt/test/matroid_intersection.aoj_grl_2_b.test.cpp
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj_grl_2_b.test.cpp
- combinatorial_opt/test/matroid_intersection.aoj1605.test.cpp
- combinatorial_opt/test/matroid_intersection.aoj_grl_2_b.test.cpp
- combinatorial_opt/test/matroid_intersection_dijkstra.aoj1605.test.cpp
documentation_of: combinatorial_opt/matroids/partition_matroid.hpp
layout: document
title: "Partition matroid \uFF08\u5206\u5272\u30DE\u30C8\u30ED\u30A4\u30C9\uFF09"
Expand Down
6 changes: 3 additions & 3 deletions combinatorial_opt/simplex.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ data:
timestamp: '2022-10-30 13:35:32+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- combinatorial_opt/test/simplex.shortestpath.test.cpp
- combinatorial_opt/test/simplex.maxflow.test.cpp
- combinatorial_opt/test/simplex.mcf.test.cpp
- combinatorial_opt/test/simplex.multiprecision.test.cpp
- combinatorial_opt/test/simplex.easy.test.cpp
- combinatorial_opt/test/simplex.shortestpath.test.cpp
- combinatorial_opt/test/simplex.multiprecision.test.cpp
- combinatorial_opt/test/simplex.mcf.test.cpp
documentation_of: combinatorial_opt/simplex.hpp
layout: document
title: "Simplex method \uFF08\u5358\u4F53\u6CD5\uFF09"
Expand Down
16 changes: 8 additions & 8 deletions convolution/ntt.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,31 +306,31 @@ data:
path: convolution/ntt.hpp
requiredBy:
- linear_algebra_matrix/blackbox_matrices.hpp
- convolution/multivar_ntt.hpp
- convolution/relaxed_multiplication.hpp
- convolution/semirelaxed_multiplication.hpp
- convolution/multivar_ntt.hpp
- formal_power_series/polynomial_divmod.hpp
- formal_power_series/coeff_of_rational_function.hpp
- formal_power_series/factorial_power.hpp
timestamp: '2023-12-26 21:26:22+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- linear_algebra_matrix/test/blackbox_matrix_stress.test.cpp
- utilities/test/pow_op.test.cpp
- tree/test/frequency_table_of_tree_distance.stress.test.cpp
- tree/test/frequency_table_of_tree_distance_ntt.test.cpp
- linear_algebra_matrix/test/det_of_blackbox_matrix.test.cpp
- linear_algebra_matrix/test/blackbox_matrix_stress.test.cpp
- convolution/test/relaxed_multiplication.exp.test.cpp
- convolution/test/relaxed_multiplication.test.cpp
- convolution/test/ntt.test.cpp
- convolution/test/semirelaxed_multiplication.test.cpp
- convolution/test/convolution_on_tree.test.cpp
- convolution/test/relaxed_multiplication.test.cpp
- convolution/test/multivar_ntt.test.cpp
- convolution/test/relaxed_multiplication.exp.test.cpp
- utilities/test/pow_op.test.cpp
- formal_power_series/test/kitamasa.test.cpp
- formal_power_series/test/kth_term_of_linearly_recurrent_sequence.test.cpp
- formal_power_series/test/factorial_power.stirling_number_of_2nd.test.cpp
- formal_power_series/test/shift_of_sampling_points.test.cpp
- formal_power_series/test/kth_term_of_linearly_recurrent_sequence.test.cpp
- formal_power_series/test/polynomial_divmod.test.cpp
- tree/test/frequency_table_of_tree_distance_ntt.test.cpp
- tree/test/frequency_table_of_tree_distance.stress.test.cpp
- number/test/primitive_root.test.cpp
documentation_of: convolution/ntt.hpp
layout: document
Expand Down
2 changes: 1 addition & 1 deletion convolution/relaxed_multiplication.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ data:
timestamp: '2023-12-26 21:26:22+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- convolution/test/relaxed_multiplication.test.cpp
- convolution/test/relaxed_multiplication.exp.test.cpp
- convolution/test/relaxed_multiplication.test.cpp
documentation_of: convolution/relaxed_multiplication.hpp
layout: document
title: "Relaxed multiplication / relaxed convolution \uFF08\u30AA\u30F3\u30E9\u30A4\
Expand Down
2 changes: 1 addition & 1 deletion data_structure/fibonacci_heap.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ data:
timestamp: '2022-01-08 20:23:44+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- data_structure/test/fibonacci_heap_spanningtree.test.cpp
- data_structure/test/fibonacci_heap_dijkstra.test.cpp
- data_structure/test/fibonacci_heap_spanningtree.test.cpp
- data_structure/test/fibonacci_heap_shortestpath.test.cpp
documentation_of: data_structure/fibonacci_heap.hpp
layout: document
Expand Down
2 changes: 1 addition & 1 deletion data_structure/lazy_rbst.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ data:
timestamp: '2022-01-08 20:23:44+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- data_structure/test/lazy_rbst.test.cpp
- data_structure/test/lazy_rbst.stress.test.cpp
- data_structure/test/lazy_rbst.test.cpp
documentation_of: data_structure/lazy_rbst.hpp
layout: document
title: Randomized binary search tree with lazy propagation
Expand Down
6 changes: 3 additions & 3 deletions data_structure/light_forward_list.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ data:
path: data_structure/light_forward_list.hpp
requiredBy:
- graph/paths_of_length_two_decomposition.hpp
- string/incremental_matching.hpp
- string/aho_corasick_online.hpp
- string/aho_corasick.hpp
- string/incremental_matching.hpp
timestamp: '2021-02-26 23:47:50+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- string/test/aho_corasick_vector.test.cpp
- string/test/aho_corasick_online.test.cpp
- string/test/incremental_matching.test.cpp
- string/test/aho_corasick_forwardlist.test.cpp
- string/test/incremental_matching.test.cpp
- string/test/aho_corasick_unorderedmap.test.cpp
- string/test/aho_corasick_vector.test.cpp
documentation_of: data_structure/light_forward_list.hpp
layout: document
redirect_from:
Expand Down
6 changes: 3 additions & 3 deletions data_structure/link_cut_tree.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ data:
timestamp: '2022-01-08 20:23:44+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- data_structure/test/link_cut_tree.noncommutative.stress.test.cpp
- data_structure/test/link_cut_tree.composition.test.cpp
- data_structure/test/link_cut_tree.pathadd.stress.test.cpp
- data_structure/test/link_cut_tree.sum.test.cpp
- data_structure/test/link_cut_tree.composition.test.cpp
- data_structure/test/link_cut_tree.noncommutative2.stress.test.cpp
- data_structure/test/link_cut_tree.pathadd.stress.test.cpp
- data_structure/test/link_cut_tree.noncommutative.stress.test.cpp
- data_structure/test/link_cut_tree.aoj2450.test.cpp
documentation_of: data_structure/link_cut_tree.hpp
layout: document
Expand Down
2 changes: 1 addition & 1 deletion data_structure/radix_heap.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ data:
timestamp: '2022-01-08 20:23:44+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- graph/test/shortest_path.test.cpp
- data_structure/test/radix_heap.dijkstra.test.cpp
- graph/test/shortest_path.test.cpp
documentation_of: data_structure/radix_heap.hpp
layout: document
title: "Radix heap \uFF08\u57FA\u6570\u30D2\u30FC\u30D7\uFF09"
Expand Down
6 changes: 3 additions & 3 deletions flow/maxflow.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ data:
isVerificationFile: false
path: flow/maxflow.hpp
requiredBy:
- flow/maxflow_lowerbound.hpp
- flow/b-flow.hpp
- flow/maxflow_lowerbound.hpp
timestamp: '2022-12-07 23:52:43+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- flow/test/maxflow.test.cpp
- flow/test/mcf_costscaling.test.cpp
- flow/test/b_flow.test.cpp
- flow/test/mcf_costscaling.test.cpp
- flow/test/mcf_costscaling.bflow.test.cpp
- flow/test/maxflow.test.cpp
documentation_of: flow/maxflow.hpp
layout: document
redirect_from:
Expand Down
4 changes: 2 additions & 2 deletions flow/mcf_costscaling.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ data:
timestamp: '2022-12-07 23:52:43+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- flow/test/mcf_costscaling.test.cpp
- flow/test/b_flow.test.cpp
- flow/test/mcf_costscaling.yuki1615.test.cpp
- flow/test/mcf_costscaling.test.cpp
- flow/test/mcf_costscaling.bflow.test.cpp
- flow/test/mcf_costscaling.yuki1615.test.cpp
documentation_of: flow/mcf_costscaling.hpp
layout: document
title: "Minimum cost flow (cost scaling, Goldberg & Tarjan) \uFF08\u30B3\u30B9\u30C8\
Expand Down
4 changes: 2 additions & 2 deletions flow/mincostflow_nonegativeloop.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ data:
timestamp: '2023-02-09 02:29:06+08:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- flow/test/assignment_problem.test.cpp
- flow/test/mincostflow.yuki1288.test.cpp
- flow/test/mincostflow.test.cpp
- flow/test/assignment_problem.test.cpp
- flow/test/mincostflow.yuki1324.test.cpp
- flow/test/mincostflow.yuki1288.test.cpp
documentation_of: flow/mincostflow_nonegativeloop.hpp
layout: document
title: "Minimum cost flow without negative cycle \uFF08\u8CA0\u8FBA\u30EB\u30FC\u30D7\
Expand Down
2 changes: 1 addition & 1 deletion flow/networksimplex.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -1275,8 +1275,8 @@ data:
timestamp: '2022-12-07 23:52:43+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- flow/test/mcf_ns.test.cpp
- flow/test/bflow_ns.test.cpp
- flow/test/mcf_ns.test.cpp
documentation_of: flow/networksimplex.hpp
layout: document
title: "Network simplex method \uFF08\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u5358\u4F53\
Expand Down
4 changes: 2 additions & 2 deletions formal_power_series/formal_power_series.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,11 @@ data:
timestamp: '2023-08-22 20:41:39+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- formal_power_series/test/polynomial_interpolation.test.cpp
- formal_power_series/test/multipoint_evaluation.test.cpp
- formal_power_series/test/pow_of_sparse_fps.stress.test.cpp
- formal_power_series/test/sum_of_exponential_times_polynomial_limit.test.cpp
- formal_power_series/test/stirling_number_of_1st.test.cpp
- formal_power_series/test/polynomial_interpolation.test.cpp
- formal_power_series/test/pow_of_sparse_fps.stress.test.cpp
documentation_of: formal_power_series/formal_power_series.hpp
layout: document
redirect_from:
Expand Down
2 changes: 1 addition & 1 deletion formal_power_series/linear_recurrence.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ data:
timestamp: '2022-01-08 20:23:44+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- linear_algebra_matrix/test/blackbox_matrix_stress.test.cpp
- linear_algebra_matrix/test/det_of_blackbox_matrix.test.cpp
- linear_algebra_matrix/test/blackbox_matrix_stress.test.cpp
- formal_power_series/test/kitamasa.test.cpp
- formal_power_series/test/linear_recurrence.test.cpp
documentation_of: formal_power_series/linear_recurrence.hpp
Expand Down
2 changes: 1 addition & 1 deletion formal_power_series/multipoint_evaluation.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ data:
timestamp: '2023-08-22 20:41:39+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- formal_power_series/test/polynomial_interpolation.test.cpp
- formal_power_series/test/multipoint_evaluation.test.cpp
- formal_power_series/test/sum_of_exponential_times_polynomial_limit.test.cpp
- formal_power_series/test/polynomial_interpolation.test.cpp
documentation_of: formal_power_series/multipoint_evaluation.hpp
layout: document
redirect_from:
Expand Down
4 changes: 2 additions & 2 deletions generate_snippet_conf.py.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ data:
links:
- https://blank-note.sakura.ne.jp/topics/clipboard_history.html
- https://marketplace.visualstudio.com/items?itemName=morioprog.snippet-from-file
bundledCode: "Traceback (most recent call last):\n File \"/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/onlinejudge_verify/documentation/build.py\"\
bundledCode: "Traceback (most recent call last):\n File \"/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/onlinejudge_verify/documentation/build.py\"\
, line 71, in _render_source_code_stat\n bundled_code = language.bundle(stat.path,\
\ basedir=basedir, options={'include_paths': [basedir]}).decode()\n \
\ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\
\ File \"/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/onlinejudge_verify/languages/python.py\"\
\ File \"/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/onlinejudge_verify/languages/python.py\"\
, line 96, in bundle\n raise NotImplementedError\nNotImplementedError\n"
code: "#!/usr/bin/env python3\n# Generate configuration files for snippet managers\n\
#\n# \"ClipBoardHistoryConfig.txt\" for \"Clipboard History\" (Windows)\n# https://blank-note.sakura.ne.jp/topics/clipboard_history.html\n\
Expand Down
4 changes: 2 additions & 2 deletions geometry/geometry.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,14 @@ data:
isVerificationFile: false
path: geometry/geometry.hpp
requiredBy:
- geometry/problem_of_apollonius.hpp
- geometry/triangle.hpp
- geometry/problem_of_apollonius.hpp
timestamp: '2022-01-08 20:23:44+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- geometry/test/convex_hull.test.cpp
- geometry/test/circumcenter.test.cpp
- geometry/test/convex_cut.test.cpp
- geometry/test/convex_hull.test.cpp
documentation_of: geometry/geometry.hpp
layout: document
redirect_from:
Expand Down
2 changes: 1 addition & 1 deletion graph/bipartite_matching.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ data:
timestamp: '2021-11-03 21:38:41+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- graph/test/dulmage_mendelsohn.yuki1745.test.cpp
- graph/test/bipartite_matching.test.cpp
- graph/test/dulmage_mendelsohn.yuki1615.test.cpp
- graph/test/dulmage_mendelsohn.yuki1745.test.cpp
- graph/test/dulmage_mendelsohn.yuki1744.test.cpp
documentation_of: graph/bipartite_matching.hpp
layout: document
Expand Down
2 changes: 1 addition & 1 deletion graph/dulmage_mendelsohn_decomposition.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ data:
timestamp: '2022-01-08 20:23:44+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- graph/test/dulmage_mendelsohn.yuki1615.test.cpp
- graph/test/dulmage_mendelsohn.yuki1745.test.cpp
- graph/test/dulmage_mendelsohn.yuki1615.test.cpp
- graph/test/dulmage_mendelsohn.yuki1744.test.cpp
documentation_of: graph/dulmage_mendelsohn_decomposition.hpp
layout: document
Expand Down
2 changes: 1 addition & 1 deletion graph/enumerate_cliques.hpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ data:
timestamp: '2023-03-10 15:00:17+09:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- graph/test/enumerate_cliques.aoj2306.test.cpp
- graph/test/enumerate_cliques.test.cpp
- graph/test/enumerate_cliques.aoj2306.test.cpp
documentation_of: graph/enumerate_cliques.hpp
layout: document
title: "Enumerate cliques \uFF08\u30B0\u30E9\u30D5\u306E\u30AF\u30EA\u30FC\u30AF\u5168\
Expand Down
Loading

0 comments on commit 164148c

Please sign in to comment.