Ac Library Versions Save

AtCoder Library

v1.5.1

1 year ago

Here is a AC Library v1.5.1. This version contains minor changes from v1.5

What's Changed

New Contributors

Full Changelog: https://github.com/atcoder/ac-library/compare/v1.5...v1.5.1

v1.5

1 year ago

Hi everyone! AC Library v1.5 is released!

Summary of changelog

  • Segtree / LazySegtree can accept more broad function types, e.g. S op(const S& a, const S& b) (#160)
  • many small fixes of documentation / input assertion
    • esp. the time complexity of the maxflow is promised as $O(F(n + m))$

What's Changed

New Contributors

Full Changelog: https://github.com/atcoder/ac-library/compare/v1.4...v1.5

v1.4

2 years ago

Hi everyone! We release our new release, v1.4!

The list of source code changelogs is the following:

  • floor_sum allows more widely input (#92)
  • a few methods of segtree was marked as const (#107)
  • the runtime of floor_sum(#88) & convolution(#120) was improved.

In addition, this release contains small fixes about typos.

v1.3

3 years ago

Hi everyone! We release our new release, v1.3!

The list of source code changelogs is the following:

  • optimize maxflow(#63)
  • optimize mincostflow(#67, #82)
  • remove unnecessary constructors from modint (#79)
  • change inside includes from #include <atcoder/...> into #include "atcoder/..." (#72)

In addition, we can view the document in offline(#83)! and contains many small fixes about the document, expander, unittests.

v1.2

3 years ago

Hello users! We release our new release, v1.2!

The list of source code changelogs is the following:

  • #51 : Add non-negative cap/cost assertions for mcf_graph.add_edge

and, we fixed expander.py (#43), and an typo of the document (#47).

Thanks for all contributors!

v1.1

3 years ago

We are pleased to inform you about our first minor version, v1.1, was released!

This release contains many fixes, so please don't forget to download the new AC Library and update your local environment!

The list of source code changelogs is the following:

  • #38 : Fix deduplication by tangent
  • #31 : convolution is broken in edge-cases
  • #21 : maxflow was broken when s = t
  • #12 : fix self loop handling of maxflow / mincostflow
  • #3 : fix internal_math for msvc

and, this release contains many minor changes (most of these are document changes).

Thanks for all contributors!

v1.0

3 years ago