Skip to content

Added Dinic's Maximum Flow algorithm #23

Added Dinic's Maximum Flow algorithm

Added Dinic's Maximum Flow algorithm #23

Workflow file for this run

name: Check
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Get xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
- name: Run tests
run: xmake test -j