Go to the documentation of this file.
9 #ifndef __IPITERATESVECTOR_HPP__
10 #define __IPITERATESVECTOR_HPP__
17 class IteratesVectorSpace;
455 tag +=
x()->GetTag();
458 tag +=
s()->GetTag();
461 tag +=
y_c()->GetTag();
464 tag +=
y_d()->GetTag();
467 tag +=
z_L()->GetTag();
470 tag +=
z_U()->GetTag();
473 tag +=
v_L()->GetTag();
476 tag +=
v_U()->GetTag();
571 newvec->Set_y_c(y_c);
572 newvec->Set_y_d(y_d);
573 newvec->Set_z_L(z_L);
574 newvec->Set_z_U(z_U);
575 newvec->Set_v_L(v_L);
576 newvec->Set_v_U(v_U);
607 DBG_ASSERT(
false &&
"This is an IteratesVectorSpace - a special compound vector for Ipopt iterates. The contained spaces should not be modified.");