/* This example computes the conditional response time distribution for a closed queueing network model shown in the accompanying document */ # include "user.h" #define max(x,y) ((x>y)?(x):(y)) #define min(x,y) ((x