CONOPT
Loading...
Searching...
No Matches
comdeclp.f90 File Reference

Functions/Subroutines

subroutine proginfop::startup
 
subroutine proginfop::flog (msg, code)
 
integer function std_status (modsta, solsta, iter, objval, usrmem)
 
integer function std_solution (xval, xmar, xbas, xsta, yval, ymar, ybas, ysta, n, m, usrmem)
 
integer function std_message (smsg, dmsg, nmsg, llen, usrmem, msgv)
 
integer function std_errmsg (rowno, colno, posno, msglen, usrmem, msg)
 
integer function std_triord (mode, type, status, irow, icol, inf, value, resid, usrmem)
 

Variables

character(len=128) proginfop::progname
 
logical proginfop::nameread = .false.
 
integer proginfop::stacalls = 0
 
integer proginfop::solcalls = 0
 
real *8 proginfop::obj
 
integer proginfop::mstat = 0
 
integer proginfop::sstat = 0
 
integer proginfop::miter = 0
 
logical proginfop::debug = .false.
 

Function/Subroutine Documentation

◆ std_status()

integer function std_status ( integer, intent(in) modsta,
integer, intent(in) solsta,
integer, intent(in) iter,
real*8, intent(in) objval,
real*8, dimension(*), intent(inout) usrmem )

Definition at line 67 of file comdeclp.f90.

◆ std_solution()

integer function std_solution ( real*8, dimension(n), intent(in) xval,
real*8, dimension(n), intent(in) xmar,
integer, dimension(n), intent(in) xbas,
integer, dimension(n), intent(in) xsta,
real*8, dimension(m), intent(in) yval,
real*8, dimension(m), intent(in) ymar,
integer, dimension(m), intent(in) ybas,
integer, dimension(m), intent(in) ysta,
integer, intent(in) n,
integer, intent(in) m,
real*8, dimension(*), intent(inout) usrmem )

Definition at line 113 of file comdeclp.f90.

◆ std_message()

integer function std_message ( integer, intent(in) smsg,
integer, intent(in) dmsg,
integer, intent(in) nmsg,
integer, dimension(*), intent(in) llen,
real*8, dimension(*), intent(inout) usrmem,
character(len=133), dimension(*), intent(in) msgv )

Definition at line 152 of file comdeclp.f90.

◆ std_errmsg()

integer function std_errmsg ( integer, intent(in) rowno,
integer, intent(in) colno,
integer, intent(in) posno,
integer, intent(in) msglen,
real*8, dimension(*), intent(inout) usrmem,
character(len=*), intent(in) msg )

Definition at line 197 of file comdeclp.f90.

◆ std_triord()

integer function std_triord ( integer, intent(in) mode,
integer, intent(in) type,
integer, intent(in) status,
integer, intent(in) irow,
integer, intent(in) icol,
integer, intent(in) inf,
real*8, intent(in) value,
real*8, intent(in) resid,
real*8, dimension(*), intent(inout) usrmem )

Definition at line 240 of file comdeclp.f90.