pgagetoptdirflag(8) debian man page | unix.com

Man Page: pgagetoptdirflag

Operating Environment: debian

Section: 8

PGAGetOptDirFlag(8)						      PGAPack						       PGAGetOptDirFlag(8)

NAME
PGAGetOptDirFlag - Returns a symbolic constant that represents the direction of optimization
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetOptDirFlag(ctx) PGAContext *ctx
LOCATION
pga.c
EXAMPLE
Example: PGAContext *ctx; int optdir; : optdir = PGAGetOptDirFlag(ctx); switch (optdir) { case PGA_MAXIMIZE: printf("Optimization direction = PGA_MAXIMIZE0); break; case PGA_MINIMIZE: printf("Optimization direction = PGA_MINIMIZE0); break; } 05/01/95 PGAGetOptDirFlag(8)
Related Man Pages
modbus_send_raw_request(3) - debian
pgacreate(8) - debian
pgaduplicate(8) - debian
pgasetuserfunction(8) - debian
x509_store_ctx_set_verify_cb(3) - centos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?