#include <conopt_dl.h>
Data Fields | |
| int * | cntvect |
| int | n |
| int | m |
| int | nz |
| int | nlnz |
| int | base |
| int | optdir |
| int | objcon |
| int32 | maxrow |
| int32 | modsta |
| int32 | solsta |
| int32 | iter |
| real64 | obj |
| real64 * | work |
| int32 | minmem |
| int32 | estmem |
| int32 | lwork |
| int32 | nintgr |
| int32 | kept |
| int32 | optimized |
| int32 | maxusd |
| int32 | curusd |
| int32 | opt_count |
| int32 | progress_count |
| int conopt_data::n |
Number of columns.
| int conopt_data::m |
Number of rows.
| int conopt_data::nz |
Number of nonzeros.
Number of nonlinear nonzeros
base of arrays, 1=fortran style
optimisation direction
objective constraint
Number of elements in densest row.
Model status.
Solver status.
Number of conopt iterations.
Objective value.
Work space.
Minimum memory suggested by conopt.
Estimated memory suggested by conopt.
Size of allocated workspace.
Size of problem size vector.
< Problem size vector. If 1 can call warm conopt restart.
Has conopt been called?
Maximum work space used.
Current work space used.
Count of calls to coiopt.
Count of calls to coiprg.
1.5.1