Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
HolyLab
/
MatrixCovers.jl
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Penalty types, soft covers, and native objective-minimal solvers
- #21
#21
Merged
timholy
merged 23 commits into
main
HolyLab/MatrixCovers.jl:main
from
teh/soft
HolyLab/MatrixCovers.jl:teh/soft
Copy head branch name to clipboard
Jul 4, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Penalty types, soft covers, and native objective-minimal solvers
#21
timholy
merged 23 commits into
main
HolyLab/MatrixCovers.jl:main
from
teh/soft
HolyLab/MatrixCovers.jl:teh/soft
Copy head branch name to clipboard
Commits
Commits on Jul 4, 2026
WIP
timholy
committed
73cbf2c
View commit details
Copy full SHA for 73cbf2c
Browse repository at this point
Complete dense soft covers for AbsLog{1}/AbsLinear
Show description for 52170d8
timholy
and
claude
committed
52170d8
View commit details
Copy full SHA for 52170d8
Browse repository at this point
Add native AbsLog{2} symcover_min; no external solver required
Show description for 323f0dc
timholy
and
claude
committed
323f0dc
View commit details
Copy full SHA for 323f0dc
Browse repository at this point
Add native AbsLog{2} cover_min; no external solver required
Show description for d4cebd1
timholy
and
claude
committed
d4cebd1
View commit details
Copy full SHA for d4cebd1
Browse repository at this point
Add matrix-free LSQR inner solve for native AbsLog{2} covers
Show description for bd549cb
timholy
and
claude
committed
bd549cb
View commit details
Copy full SHA for bd549cb
Browse repository at this point
Add soft_cover: asymmetric AbsLinear{2} soft-cover solver
Show description for 6a0dbcb
timholy
and
claude
committed
6a0dbcb
View commit details
Copy full SHA for 6a0dbcb
Browse repository at this point
Add covariant multistart to AbsLinear soft covers
Show description for 3b36e62
timholy
and
claude
committed
3b36e62
View commit details
Copy full SHA for 3b36e62
Browse repository at this point
Fix disconnected-support gauge in cover_min; default sparse MCM to LSQR
Show description for 868e52a
timholy
and
claude
committed
868e52a
View commit details
Copy full SHA for 868e52a
Browse repository at this point
Speed up AbsLinear symcover; add optional log cache
Show description for 4a45d51
timholy
and
claude
committed
4a45d51
View commit details
Copy full SHA for 4a45d51
Browse repository at this point
Speed up dense symcover by about 2x
Show description for 3f20509
timholy
and
claude
committed
3f20509
View commit details
Copy full SHA for 3f20509
Browse repository at this point
Skip redundant init in `soft_cover`
timholy
committed
7d23c3b
View commit details
Copy full SHA for 7d23c3b
Browse repository at this point
Add convergence-based early exit to soft-cover coordinate descent
Show description for 20ad3be
timholy
and
claude
committed
20ad3be
View commit details
Copy full SHA for 20ad3be
Browse repository at this point
Update docs and hints for the native AbsLog{2} solvers
Show description for 9558a6c
timholy
and
claude
committed
9558a6c
View commit details
Copy full SHA for 9558a6c
Browse repository at this point
Return dense scale vectors from soft_symcover on sparse input
Show description for 8fc3a54
timholy
and
claude
committed
8fc3a54
View commit details
Copy full SHA for 8fc3a54
Browse repository at this point
Add asymmetric AbsLinear{1} soft cover; document AbsLog{1} LP choice
Show description for 2cd944d
timholy
and
claude
committed
2cd944d
View commit details
Copy full SHA for 2cd944d
Browse repository at this point
Remove unused internal cover helpers
Show description for 2c647f0
timholy
and
claude
committed
2c647f0
View commit details
Copy full SHA for 2c647f0
Browse repository at this point
Add feasible-cover start to the AbsLinear{2} soft cover
Show description for 92e507d
timholy
and
claude
committed
92e507d
View commit details
Copy full SHA for 92e507d
Browse repository at this point
Expose multistart provenance on the asymmetric soft cover
Show description for f43837a
timholy
and
claude
committed
f43837a
View commit details
Copy full SHA for f43837a
Browse repository at this point
Tweak README and docstring
timholy
committed
1b90949
View commit details
Copy full SHA for 1b90949
Browse repository at this point
Split covers.jl into role-based source files
Show description for 579619b
timholy
and
claude
committed
579619b
View commit details
Copy full SHA for 579619b
Browse repository at this point
Make feasible-start provenance test RNG-stream robust
Show description for dee4378
timholy
and
claude
committed
dee4378
View commit details
Copy full SHA for dee4378
Browse repository at this point
Use atol for near-zero objective-equality checks
Show description for b38e387
timholy
and
claude
committed
b38e387
View commit details
Copy full SHA for b38e387
Browse repository at this point
CI: test min-supported and latest stable Julia, drop pre
timholy
committed
06c911b
View commit details
Copy full SHA for 06c911b
Browse repository at this point
You can’t perform that action at this time.