PCModelingLibrary::validateEnumerationValueAgainstOMLSyntax Method [AX 2012]

Validates a solver value against the syntax of the Optima modeling language.

client public static boolean validateEnumerationValueAgainstOMLSyntax(PCSolverValue _solverValue)

Run On

Client

Parameters

_solverValue
Type: PCSolverValue Extended Data Type
A solver value.

Return Value

Type: boolean
true if the solver value is valid; otherwise, false.
Show: