clarabel 0.11.1

Clarabel Conic Interior Point Solver for Rust / Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
coverage:
  status:
    project:
      default:
        informational: true
    patch:
      default:
        informational: true

ignore:
  - "python/*"      # pyblas wrappers
  - "src/python/*"  # py03 interface 
  - "src/julia/*"   # ClarabelRs wrapper 
  - "src/solver/core/kktsolvers/direct/quasidef/ldlsolvers/*" #ldl wrappers (can't test all due to licensing)