[Coin-discuss] compiling unitTest of Sbb

Lou Hafer lou at cs.sfu.ca
Thu Nov 13 13:05:15 EST 2003


Sven,

	I'm not sure if oddState_ is on its way in or out. A temporary
minimal fix is to add a declaration for oddState_ in the class
ClpSimplexProgress. At the very end of ClpSimplex.hpp, make the following
change:

  char way_[CLP_CYCLE];
  //@}
  int oddState_;		// add this declaration
};

This should allow clp to compile. 

							Lou  




More information about the Coin-discuss mailing list