Skip to content

fix: warn when CP-SAT returns a feasible but unproven-optimal partition at the time limit #280

fix: warn when CP-SAT returns a feasible but unproven-optimal partition at the time limit

fix: warn when CP-SAT returns a feasible but unproven-optimal partition at the time limit #280

Workflow file for this run

name: PR Split Score
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
score:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: pr-split score
uses: vitali87/pr-split@v1.0.0
with:
max-loc: "400"
partition-strategy: "graph"
threshold-groups: "2"