Home
last modified time | relevance | path

Searched refs:redundcol (Results 1 – 13 of 13) sorted by relevance

/dports/math/gambit/gambit-16.0.1/library/src/enummixed/
H A Dlrsenum.cc82 long *redundcol = Q->redundcol; in getabasis2() local
211 redundcol[nredundcol++] = C[k] - Q->hull; /* adjust for hull indices */ in getabasis2()
229 fprintf (lrs_ofp, " %ld", redundcol[i]); in getabasis2()
/dports/math/lrslib/lrslib-071a/
H A Dlrsnashlib.c561 long *redundcol = Q->redundcol; in getabasis2() local
681 redundcol[nredundcol++] = C[k] - Q->hull; /* adjust for hull indices */ in getabasis2()
699 fprintf(lrs_ofp, " %ld", redundcol[i]); in getabasis2()
H A Dlrslib.c2239 long *redundcol = Q->redundcol; in lrs_getvertex() local
2289 if ((ired < Q->nredundcol) && (redundcol[ired] == ind)) in lrs_getvertex()
2345 long *redundcol = Q->redundcol; in lrs_getray() local
2358 fprintf (lrs_ofp, " %ld", redundcol[i]); in lrs_getray()
2378 else if ((ired < Q->nredundcol) && (redundcol[ired] == ind)) in lrs_getray()
3292 long *redundcol = Q->redundcol; in getabasis() local
3377 redundcol[nredundcol++] = C[k] - Q->hull; /* adjust for hull indices */ in getabasis()
3392 fprintf (lrs_ofp, " %ld", redundcol[i]); in getabasis()
5046 free (Q->redundcol); in lrs_free_dat()
5156 Q->redundcol = (long int*) CALLOC ((m + d + 1), sizeof (long)); in lrs_alloc_dic()
H A Dlrslib.h237 long *redundcol; /* holds columns which are redundant */ member
/dports/math/gambit/gambit-16.0.1/library/src/lrs/
H A Dlrsnashlib.c563 long *redundcol = Q->redundcol; in getabasis2() local
683 redundcol[nredundcol++] = C[k] - Q->hull; /* adjust for hull indices */ in getabasis2()
701 fprintf(lrs_ofp, " %ld", redundcol[i]); in getabasis2()
H A Dlrslib.c2427 long *redundcol = Q->redundcol; in lrs_getvertex() local
2491 if ((ired < Q->nredundcol) && (redundcol[ired] == ind)) in lrs_getvertex()
2547 long *redundcol = Q->redundcol; in lrs_getray() local
2574 fprintf (lrs_ofp, " %ld", redundcol[i]); in lrs_getray()
2595 else if ((ired < Q->nredundcol) && (redundcol[ired] == ind)) in lrs_getray()
3564 long *redundcol = Q->redundcol; in getabasis() local
3651 redundcol[nredundcol++] = C[k] - Q->hull; /* adjust for hull indices */ in getabasis()
3666 fprintf (lrs_ofp, " %ld", redundcol[i]); in getabasis()
5026 free (Q->redundcol); in lrs_free_dat()
5133 Q->redundcol = (long int*) CALLOC ((d + 1), sizeof (long)); in lrs_alloc_dic()
/dports/math/sympol/SymPol-0.1.9/external/lrslib-042c/
H A Dlrslib.c1673 long *redundcol = Q->redundcol; in lrs_getvertex() local
1725 if ((ired < Q->nredundcol) && (redundcol[ired] == ind)) in lrs_getvertex()
1779 long *redundcol = Q->redundcol; in lrs_getray() local
1792 fprintf (lrs_ofp, " %ld", redundcol[i]); in lrs_getray()
1811 else if ((ired < Q->nredundcol) && (redundcol[ired] == ind)) in lrs_getray()
2589 long *redundcol = Q->redundcol; in getabasis() local
2671 redundcol[nredundcol++] = C[k] - Q->hull; /* adjust for hull indices */ in getabasis()
2684 fprintf (lrs_ofp, " %ld", redundcol[i]); in getabasis()
3974 free (Q->redundcol); in lrs_free_dat()
4081 Q->redundcol = CALLOC ((d + 1), sizeof (long)); in lrs_alloc_dic()
H A Dlrslib.h130 long *redundcol; /* holds columns which are redundant */ member
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/external/lrslib/
H A Dlrslib.c2360 int64_t* redundcol = Q->redundcol; in lrs_getvertex() local
2423 if ( ( ired < Q->nredundcol ) && ( redundcol[ired] == ind ) ) in lrs_getvertex()
2476 int64_t* redundcol = Q->redundcol; in lrs_getray() local
2522 else if ( ( ired < Q->nredundcol ) && ( redundcol[ired] == ind ) ) in lrs_getray()
3541 int64_t* redundcol = Q->redundcol; in getabasis() local
3617 redundcol[nredundcol++] = C[k] - Q->hull; /* adjust for hull indices */ in getabasis()
4908 free( Q->redundcol ); in lrs_free_dat()
5007 Q->redundcol = (int64_t*)CALLOC( ( d + 1 ), sizeof( int64_t ) ); in lrs_alloc_dic()
H A Dlrslib.h153 int64_t* redundcol; /* holds columns which are redundant */ member
/dports/math/gambit/gambit-16.0.1/library/include/gambit/lrs/
H A Dlrslib.h137 long *redundcol; /* holds columns which are redundant */ member
/dports/math/sympol/SymPol-0.1.9/sympol/
H A Draycomputationlrs.cpp292 redundantColumns.insert(Q->redundcol[k]); in determineRedundantColumns()
/dports/math/polymake/polymake-4.5/bundled/sympol/external/sympol/sympol/
H A Draycomputationlrs.cpp294 redundantColumns.insert(Q->redundcol[k]); in determineRedundantColumns()