23 #include <iostream.hpp>
39 cerr <<
"array bound exceeded -- index too low in "
40 "prevariable::operator[]";
45 cerr <<
"array bound exceeded -- index too high in "
46 "prevariable::operator[]";
61 cerr <<
"array bound exceeded -- index too low in "
62 "prevariable::operator()";
67 cerr <<
"array bound exceeded -- index too high in "
68 "prevariable::operator()";
83 cerr <<
"array bound exceeded -- index too low in "
84 "prevariable::operator[]";
89 cerr <<
"array bound exceeded -- index too high in "
90 "prevariable::operator[]";
105 cerr <<
"array bound exceeded -- index too low in "
106 "prevariable::operator()";
111 cerr <<
"array bound exceeded -- index too high in "
112 "prevariable::operator()";
Base class for dvariable.
prevariable operator[](int i)
dvar_vector operator()(int lb, int ub)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.