MPSolve 3.2.1
Loading...
Searching...
No Matches
mps_output_configuration Struct Reference

Configuration for the output. More...

#include <options.h>

Public Attributes

long int prec
 Digits of required output precision.
 
mps_output_goal goal
 Condition to be reached to return the computed approximations.
 
mps_boolean multiplicity
 True if the mulitplicity check is enabled in MPSolve.
 
mps_search_set search_set
 The set in which the roots must be searched.
 
char root_properties
 These flags are used to determined which properties of the roots must be determined by MPSolve. More...
 
mps_output_format format
 Desired output format. More...
 

Detailed Description

Configuration for the output.

This struct holds the information on what has to be computed by MPSolve, such as the desired output precision and the search set for the roots, etc.

Member Data Documentation

◆ format

mps_output_format mps_output_configuration::format

Desired output format.

Can be one of:

MPS_OUTPUT_FORMAT_BARE
MPS_OUTPUT_FORMAT_GNUPLOT
MPS_OUTPUT_FORMAT_GNUPLOT_FULL
MPS_OUTPUT_FORMAT_COMPACT
MPS_OUTPUT_FORMAT_VERBOSE
MPS_OUTPUT_FORMAT_FULL

◆ root_properties

char mps_output_configuration::root_properties

These flags are used to determined which properties of the roots must be determined by MPSolve.

Possible values are:

  1. MPS_OUTPUT_PROPERTY_REAL
  2. MPS_OUTPUT_PROPERTY_IMAGINARY

The documentation for this struct was generated from the following file: