data/Problem8.23.R

Problem8.23 <- data.frame(
	"OrderQuantity" = c(
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1
	),
	"Re-orderPoint" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1
	),
	"SetupCost" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1
	),
	"BackorderCost" = c(
		1,
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1
	),
	"CarryingCost" = c(
		1,
		1,
		-1,
		-1,
		-1,
		-1,
		1,
		1
	),
	"AvgAnnualCost" = c(
		95,
		134,
		158,
		190,
		92,
		187,
		155,
		185
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.