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