SLAM
1 program
Added 2026-02-10T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: SLAM II, Simulation Language for Alternative Modeling
Provenance: commit ea02b378e2 · authored 2026-02-10T22:16:16+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/slamRelated languages
LLM-contributed programs
Simple Queueing System
Provenance: commit ea02b378e2 · authored 2026-02-10T22:16:16+01:00 · agent claude-code · model sonnet · WebSearch disabled
C SLAM II Network Simulation Example
C Simple queueing system with single server
GEN,MATHIEU,SLAM EXAMPLE,2/10/2026,1,Y,Y,Y,Y,72;
LIMITS,5,5,500;
NETWORK;
C Customer arrival process
CREATE,EXPON(10.0),,,1;
C Queue for service
QUEUE(1),SERVER;
C Server with exponential service time
ACT,,SERVER(1);
ACT,,EXPON(8.0);
C Release server and count
FREE,SERVER(1);
ACT;
COLCT,INT(1),TIME IN SYSTEM;
TERM;
C End network
ENDNETWORK;
INIT,0.0,1000.0;
FIN;
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)