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;
}
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout