alpha
Login
or
Join now
russ.fugl.dev
/
levelset
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A functional toolkit for authoring resource-leveling algorithms — compose constraint and scoring blocks, enumerate feasible schedules
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
levelset
/
src
/
level-core
/
search
/
at
main
1 file
Russ T. Fugal
feat(leveling): named, toggleable constraint instances with attributed failures
9d ago
f58e8d48
serialSGS.ts
feat(leveling): named, toggleable constraint instances with attributed failures Every Constraint variant gains optional instance metadata (spaCy's factory-vs-instance-name split): `name` for attribution and `enabled` as the present-but-inactive lever. serialSGS skips `enabled: false` constraints and records the skip in a disabledConstraints annotation so reports can tell disabled from absent; deadline violations now carry the named constraint instance that bound instead of a synthesized copy. Search backends can declare which kinds they enforce via supports().
1 week ago