[CoinMp] Meaning of rangeCount

Paul Smith phhs80 at gmail.com
Wed May 20 09:12:58 EDT 2009


Dear All,

Please, see the following fragment of example.c:

void SolveProblemCoinTest(void)
{
	char *problemName = "CoinTest";
	int colCount=8;
	int rowCount=5;
	int nonZeroCount=14;
	int rangeCount = 0;

What does rangeCount mean?

Thanks in advance,

Paul



More information about the CoinMp mailing list