#include "basicdefs.h"
Include dependency graph for ratio.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | ratio_res |
Functions | |
| void | ILLratio_dI_test (lpinfo *const lp, int const lindex, int const lvstat, ratio_res *const rs) |
| void | ILLratio_dII_test (lpinfo *const lp, int const lvstat, ratio_res *const rs) |
| void | ILLratio_longdII_test (lpinfo *const lp, int const lindex, int const lvstat, ratio_res *const rs) |
| void | ILLratio_pI_test (lpinfo *const lp, int const eindex, int const dir, ratio_res *const rs) |
| void | ILLratio_pII_test (lpinfo *const lp, int const eindex, int const dir, ratio_res *const rs) |
| void | ILLratio_pivotin_test (lpinfo *const lp, int *const rlist, int const rcnt, ratio_res *const rs) |
| void ILLratio_longdII_test | ( | lpinfo *const | lp, | |
| int const | lindex, | |||
| int const | lvstat, | |||
| ratio_res *const | rs | |||
| ) |
| void ILLratio_pivotin_test | ( | lpinfo *const | lp, | |
| int *const | rlist, | |||
| int const | rcnt, | |||
| ratio_res *const | rs | |||
| ) |
Definition at line 1132 of file ratio.c.
References lpinfo::baz, ratio_res::boundch, svector::coef, ILL_CLEANUP, svector::indx, INFTY, lpinfo::iwork, ratio_res::lbound, ratio_res::lindex, ratio_res::lvstat, lpinfo::lz, NINFTY, NULL, svector::nzcnt, tol_struct::pivot_tol, ratio_res::pivotval, RATIO_BCHANGE, RATIO_FAILED, ratio_res::ratio_stat, RATIO_UNBOUNDED, STAT_LOWER, STAT_UPPER, lpinfo::tol, ratio_res::tz, lpinfo::uz, ILLlp_cache::x, lpinfo::xbz, and lpinfo::yjz.
1.4.7