5int Resource::nextstate_id_ = 1;
6int Resource::nextobj_id_ = 1;
9 state_id_ = nextstate_id_;
void BumpStateId()
Assigns a new, unique internal id to this resource and its state.
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....