Query: pgagetoptdirflag
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetOptDirFlag(8) PGAPack PGAGetOptDirFlag(8)NAMEPGAGetOptDirFlag - Returns a symbolic constant that represents the direction of optimizationINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetOptDirFlag(ctx) PGAContext *ctxLOCATIONpga.cEXAMPLEExample: 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 |
|---|
| pgasetrealinitpercent(2) - debian |
| pgasetrealinitrange(2) - debian |
| modbus_read_registers(3) - debian |
| pgacreate(8) - debian |
| x509_store_ctx_set_verify_cb(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |