Go to the documentation of this file.
9 #ifndef __IPITERATESVECTOR_HPP__
10 #define __IPITERATESVECTOR_HPP__
17 class IteratesVectorSpace;
563 newvec->Set_y_c(y_c);
564 newvec->Set_y_d(y_d);
565 newvec->Set_z_L(z_L);
566 newvec->Set_z_U(z_U);
567 newvec->Set_v_L(v_L);
568 newvec->Set_v_U(v_U);
599 DBG_ASSERT(
false &&
"This is an IteratesVectorSpace - a special compound vector for Ipopt iterates. The contained spaces should not be modified.");