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

This struct holds the information about the starting disposal of the approximations that has been obtained by the computation of the Newton polygon of the polynomial. More...

#include <starting-configuration.h>

Public Attributes

int n_radii
 The number of circles on which the approximations should be put.
 
int * partitioning
 An array of integers that holds the indexes of the approximations that should be put on the different circles. More...
 
double * fradii
 An array containing the radius of the circles where the roots should be placed.
 
rdpe_t * dradii
 The DPE version of fradii.
 

Detailed Description

This struct holds the information about the starting disposal of the approximations that has been obtained by the computation of the Newton polygon of the polynomial.

Member Data Documentation

◆ partitioning

int* mps_starting_configuration::partitioning

An array of integers that holds the indexes of the approximations that should be put on the different circles.

Precisely, this array represent a partition of $[0, n]$.


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