Skip to content

Releases: atcoder/ac-library

AC Library (v1.5.1)

11 Apr 15:26
d8ca7f2
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: v1.5...v1.5.1

AC Library(v1.5)

07 Apr 13:46
c70fcae
Compare
Choose a tag to compare

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: v1.4...v1.5

AC Library(v1.4)

19 Jul 06:08
89d5d0a
Compare
Choose a tag to compare

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.

AC Library(v1.3)

14 Dec 08:35
d77536e
Compare
Choose a tag to compare

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.

AC Library(v1.2)

22 Sep 11:32
dd53a96
Compare
Choose a tag to compare

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!

AC Library(v1.1)

14 Sep 11:20
Compare
Choose a tag to compare

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!

AC Library (v1.0)

08 Sep 16:53
Compare
Choose a tag to compare
add workflow for upload zip