Skip to content

Commit 4781ddc

Browse files
committed
Add progressive disclosure references to general knowledge skill
1 parent 72c85e8 commit 4781ddc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

skills/gecode-general-knowledge/SKILL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ description: "Core Gecode architecture and runtime model: spaces, propagators, b
55

66
# Gecode General Knowledge
77

8+
## Related Skills
9+
- Use `gecode-modeling` for modeling choices, globals, branchings, symmetry handling, and search setup.
10+
- Use `gecode-propagator-implementation` for custom propagator design, posting, propagation lifecycle, and optimization.
11+
- Use `gecode-brancher-implementation` for custom branchers, choice/commit mechanics, and no-good literal support.
12+
- Use `gecode-memory-handling` for space/region/heap allocation strategy and actor state ownership/disposal rules.
13+
- Use `gecode-search-engines` for selecting and tuning built-in engines (`DFS`/`BAB`/`LDS`/restart/portfolio).
14+
- Use `gecode-search-engine-implementation` for implementing custom search engines and recomputation strategies.
15+
816
## Core
917
- Space is home for variables, propagators, branchers, optimization order.
1018
- Propagation is explicit: call `status()`.

0 commit comments

Comments
 (0)