TaoALMMGetPrimalIS#
Retrieve a pointer to the index set that identifies optimization and slack variable components of the subsolver’s solution vector. Not valid for problems with only equality constraints.
Synopsis#
#include "petsctao.h"
#include "petscvec.h"
PetscErrorCode TaoALMMGetPrimalIS(Tao tao, IS *opt_is, IS *slack_is)
Input Parameter#
Output Parameters#
opt_is - index set associated with the optimization variables (NULL if not needed)
slack_is - index set associated with the slack variables (NULL if not needed)
See Also#
Level#
advanced
Location#
src/tao/constrained/impls/almm/almmutils.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages