#include "tao_solver.h" int TaoGetDualVariables(TAO_SOLVER tao, TaoVec *DXL, TaoVec *DXU)Collective on TAO_SOLVER
tao | - the TAO_SOLVER solver context | |
DXL | - vector to place the dual variables of the lower bounds | |
DXU | - vector to place the dual variables of the upper bounds |
DXL | - dual variables of the lower bounds | |
DXU | - dual variables of the upper bounds |
Level:advanced
Location:src/interface/tao.c
TAO Solver Index
Table of Contents