• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

neil-lindquist / linear-programming / d37c658cb345f71efe8c8655785b7a7d41e289e7-PR-

05 Apr 2023 01:12AM UTC coverage: 72.613% (-2.5%) from 75.133%
d37c658cb345f71efe8c8655785b7a7d41e289e7-PR-

push

github

neil-lindquist
GH Actions: Fix deprecated feature and disable the broken CMU and CCL

1095 of 1508 relevant lines covered (72.61%)

0.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/all.lisp
1

2
(uiop:define-package :linear-programming/all
×
3
  (:nicknames :linear-programming)
×
4
  (:use-reexport :linear-programming/problem
×
5
                 :linear-programming/solver
×
6
                 :linear-programming/conditions
×
7
                 :linear-programming/external-formats)
×
8
  (:import-from :linear-programming/simplex
×
9
                #:simplex-solver)
×
10
  (:export #:simplex-solver)
×
11
  (:documentation "The overall package for the linear programming library. It contains only the
×
12
reexported symbols of `linear-programming/problem`, `linear-programming/solver`,
×
13
`linear-programming/conditioner`, and `linear-programming/external-formats`,
×
14
plus `simplex-solver` from `linear-programming/simplex`."))
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc