Sha256: e373f6bfbbfd63d25b711ce8c16ee06fe7d3a8072970e09aae0f478135e827db
Contents?: true
Size: 551 Bytes
Versions: 14
Compression:
Stored size: 551 Bytes
Contents
project test "Allocation Performance Test" "1.0" 2007-08-25 +3m macro r_and_t [ resource r${1} "Resource ${1}" task t${1} "Task ${1}" { period ${projectstart} - ${projectend} allocate r${1} } ] macro r_and_t_10 [ ${r_and_t "${1}0"} ${r_and_t "${1}1"} ${r_and_t "${1}2"} ${r_and_t "${1}3"} ${r_and_t "${1}4"} ${r_and_t "${1}5"} ${r_and_t "${1}6"} ${r_and_t "${1}7"} ${r_and_t "${1}8"} ${r_and_t "${1}9"} ] ${r_and_t_10 "0"} ${r_and_t_10 "1"} ${r_and_t_10 "2"} ${r_and_t_10 "3"} ${r_and_t_10 "4"} ${r_and_t_10 "5"}
Version data entries
14 entries across 14 versions & 1 rubygems