QPSetFromOptions
Sets QP options from the options database.
Synopsis
PetscErrorCode QPSetFromOptions(QP qp)
Collective on QP
Input Parameters
qp -the QP context
Options Database Keys
-qp_view -view information about QP
-qp_chain_view -view information about all QPs in the chain
-qp_chain_view_kkt -view how well are satisfied KKT conditions for each QP in the chain
-qp_chain_view_qppf -view information about all QPPFs in the chain
Notes
To see all options, run your program with the -help option
or consult Users-Manual: ch_qp
Level:beginner
Location:src/qp/interface/qp.c
Index of all QP routines
Table of Contents for all manual pages
Index of all manual pages