Home
last modified time | relevance | path

Searched refs:hcol (Results 1 – 25 of 123) sorted by relevance

12345

/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinPresolveSubst.cpp46 int *hcol, in add_row() argument
63 CoinSort_2(hcol+krsx,hcol+krsx+hinrow[irowx],rowels+krsx); in add_row()
64 CoinSort_2(hcol+krs,hcol+krs+hinrow[irowy],rowels+krs); in add_row()
458 CoinSort_2(hcol+krs,hcol+krs+hinrow[bestrowy_row],rowels+krs); in presolve()
459 CoinSort_2(hcol+krs1,hcol+krs1+hinrow[row1],rowels+krs1); in presolve()
460 CoinSort_2(hcol+krs2,hcol+krs2+hinrow[row2],rowels+krs2); in presolve()
468 int jcol = hcol[kk]; in presolve()
477 int jcol = hcol[kk]; in presolve()
669 CoinSort_2(hcol+krs,hcol+krs+hinrow[rowy],rowels+krs); in presolve()
714 CoinSort_2(hcol+krsx,hcol+krsx+hinrow[rowx],rowels+krsx); in presolve()
[all …]
H A DCoinPresolveIsolated.cpp36 const int *hcol = prob->hcol_; in presolve() local
56 printf("%d ", hcol[k]); in presolve()
69 int jcol = hcol[k]; in presolve()
90 int col = hcol[krs+1]; in presolve()
102 costs[k-krs] = dcost[hcol[k]]; in presolve()
103 dcost[hcol[k]] = 0.0; in presolve()
108 CoinCopyOfArray(&hcol[krs], nc), in presolve()
114 { presolve_delete_from_col(irow,hcol[k],mcstrt,hincol,hrow,colels) ; in presolve()
115 if (hincol[hcol[k]] == 0) in presolve()
116 { PRESOLVE_REMOVE_LINK(prob->clink_,hcol[k]) ; } } in presolve()
H A DCoinPresolveForcing.cpp29 const int *hcol, in implied_bounds() argument
51 if (hcol[kk] == jcol) in implied_bounds()
65 int col = hcol[k]; in implied_bounds()
137 const int *hcol, in implied_row_bounds() argument
141 int jcol = hcol[krs]; in implied_row_bounds()
152 if (hcol[kk] == jcol) in implied_row_bounds()
166 int col = hcol[k]; in implied_row_bounds()
218 int jcol = hcol[k];
397 int jcol = hcol[k]; in presolve()
628 const int *hcol,
[all …]
H A DCoinPresolveUseless.cpp43 const int *hcol = prob->hcol_; in presolve() local
75 f->rowcols = CoinCopyOfArray(&hcol[krs], hinrow[irow]); in presolve()
79 { presolve_delete_from_col(irow,hcol[k],mcstrt,hincol,hrow,colels) ; in presolve()
80 if (hincol[hcol[k]] == 0) in presolve()
81 { PRESOLVE_REMOVE_LINK(prob->clink_,hcol[k]) ; } } in presolve()
H A DCoinPresolveTripleton.cpp71 int *hrow, int *hcol, in elim_tripleton() argument
178 hcol[k2] = icolz; in elim_tripleton()
214 hcol[k2] = icolx; in elim_tripleton()
220 hcol[krez] = icolz; in elim_tripleton()
311 int *hcol = prob->hcol_; in presolve() local
367 if (hincol[hcol[k]] > 0) { in presolve()
375 icolx = hcol[k]; in presolve()
380 if (hincol[hcol[k]] > 0) { in presolve()
388 icoly = hcol[k]; in presolve()
392 if (hincol[hcol[k]] > 0) { in presolve()
[all …]
H A DCoinPresolveZeros.cpp121 const CoinBigIndex *mrstrt, double *rowels, int *hcol, in drop_row_zeros() argument
134 hcol[k] = hcol[kre-1]; in drop_row_zeros()
181 int *hcol = prob->hcol_; in presolve() local
191 drop_row_zeros(nzeros,zeros,mrstrt,rowels,hcol,hinrow,rlink) ; in presolve()
H A DCoinPresolveFixed.cpp64 int *hcol = prob->hcol_; in presolve() local
151 presolve_delete_from_row(row,j,mrstrt,hinrow,hcol,rowels); in presolve()
161 int jcol = hcol[k]; in presolve()
222 presolve_delete_many_from_major(iRow,mark,mrstrt,hinrow,hcol,rowels); in presolve()
238 int jcol = hcol[k]; in presolve()
663 int *hcol = prob->hcol_; in transferCosts() local
690 int jcol = hcol[j]; in transferCosts()
715 int jcol = hcol[j]; in transferCosts()
724 int jcol = hcol[j]; in transferCosts()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-faxg3/
H A Dfaxg3.c67 static gint32 emitgimp (gint hcol,
269 row = col = hcol = 0; in load_image()
431 if (col > hcol && col <= MAX_COLS) in load_image()
432 hcol = col; in load_image()
512 emitgimp (gint hcol, in emitgimp() argument
533 g_printerr ("emit gimp: %d x %d\n", hcol, row); in emitgimp()
536 if (hcol > GIMP_MAX_IMAGE_SIZE || hcol <= 0 || in emitgimp()
542 hcol, row); in emitgimp()
556 hcol, in emitgimp()
570 buf = g_new (guchar, hcol * tile_height); in emitgimp()
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveIsolated.cpp36 const int *hcol = prob->hcol_; in presolve() local
56 printf("%d ", hcol[k]); in presolve()
69 int jcol = hcol[k]; in presolve()
88 int col = hcol[krs+1]; in presolve()
100 costs[k - krs] = dcost[hcol[k]]; in presolve()
101 dcost[hcol[k]] = 0.0; in presolve()
106 CoinCopyOfArray(&hcol[krs], nc), in presolve()
112 presolve_delete_from_col(irow, hcol[k], mcstrt, hincol, hrow, colels); in presolve()
113 if (hincol[hcol[k]] == 0) { in presolve()
114 PRESOLVE_REMOVE_LINK(prob->clink_, hcol[k]); in presolve()
H A DCoinPresolveTripleton.cpp71 int *hrow, int *hcol, in elim_tripleton() argument
180 hcol[k2] = icolz; in elim_tripleton()
216 hcol[k2] = icolx; in elim_tripleton()
222 hcol[krez] = icolz; in elim_tripleton()
302 int *hcol = prob->hcol_; in presolve() local
380 if (hincol[hcol[k]] > 0) { in presolve()
388 icolx = hcol[k]; in presolve()
392 if (hincol[hcol[k]] > 0) { in presolve()
400 icoly = hcol[k]; in presolve()
404 if (hincol[hcol[k]] > 0) { in presolve()
[all …]
H A DCoinPresolveZeros.cpp147 const CoinBigIndex *mrstrt, double *rowels, int *hcol, in drop_row_zeros() argument
166 std::cout << " (" << row << "," << hcol[k] << ") "; in drop_row_zeros()
171 hcol[k] = hcol[kre - 1]; in drop_row_zeros()
266 int *hcol = prob->hcol_; in presolve() local
269 drop_row_zeros(nzeros, zeros, mrstrt, rowels, hcol, hinrow, rlink); in presolve()
H A DCoinPresolveDual.cpp240 const int icol = hcol[k]; in presolve()
291 const int icol2 = hcol[k]; in presolve()
345 const int icol2 = hcol[k] ; in presolve()
364 const int icol = hcol[k] ; in presolve()
423 const int icol = hcol[k]; in presolve()
460 const int icol2 = hcol[k] ; in presolve()
478 const int icol = hcol[k]; in presolve()
486 const int icol = hcol[k]; in presolve()
931 const int k = hcol[kk] ; in presolve()
1303 j = hcol[k]; in presolve()
[all …]
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveIsolated.cpp36 const int *hcol = prob->hcol_; in presolve() local
56 printf("%d ", hcol[k]); in presolve()
69 int jcol = hcol[k]; in presolve()
88 int col = hcol[krs+1]; in presolve()
100 costs[k - krs] = dcost[hcol[k]]; in presolve()
101 dcost[hcol[k]] = 0.0; in presolve()
106 CoinCopyOfArray(&hcol[krs], nc), in presolve()
112 presolve_delete_from_col(irow, hcol[k], mcstrt, hincol, hrow, colels); in presolve()
113 if (hincol[hcol[k]] == 0) { in presolve()
114 PRESOLVE_REMOVE_LINK(prob->clink_, hcol[k]); in presolve()
H A DCoinPresolveTripleton.cpp71 int *hrow, int *hcol, in elim_tripleton() argument
180 hcol[k2] = icolz; in elim_tripleton()
216 hcol[k2] = icolx; in elim_tripleton()
222 hcol[krez] = icolz; in elim_tripleton()
302 int *hcol = prob->hcol_; in presolve() local
380 if (hincol[hcol[k]] > 0) { in presolve()
388 icolx = hcol[k]; in presolve()
392 if (hincol[hcol[k]] > 0) { in presolve()
400 icoly = hcol[k]; in presolve()
404 if (hincol[hcol[k]] > 0) { in presolve()
[all …]
H A DCoinPresolveZeros.cpp147 const CoinBigIndex *mrstrt, double *rowels, int *hcol, in drop_row_zeros() argument
166 std::cout << " (" << row << "," << hcol[k] << ") "; in drop_row_zeros()
171 hcol[k] = hcol[kre - 1]; in drop_row_zeros()
266 int *hcol = prob->hcol_; in presolve() local
269 drop_row_zeros(nzeros, zeros, mrstrt, rowels, hcol, hinrow, rlink); in presolve()
H A DCoinPresolveDual.cpp240 const int icol = hcol[k]; in presolve()
291 const int icol2 = hcol[k]; in presolve()
345 const int icol2 = hcol[k] ; in presolve()
364 const int icol = hcol[k] ; in presolve()
423 const int icol = hcol[k]; in presolve()
460 const int icol2 = hcol[k] ; in presolve()
478 const int icol = hcol[k]; in presolve()
486 const int icol = hcol[k]; in presolve()
931 const int k = hcol[kk] ; in presolve()
1303 j = hcol[k]; in presolve()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveIsolated.cpp36 const int *hcol = prob->hcol_; in presolve() local
56 printf("%d ", hcol[k]); in presolve()
69 int jcol = hcol[k]; in presolve()
88 int col = hcol[krs+1]; in presolve()
100 costs[k - krs] = dcost[hcol[k]]; in presolve()
101 dcost[hcol[k]] = 0.0; in presolve()
106 CoinCopyOfArray(&hcol[krs], nc), in presolve()
112 presolve_delete_from_col(irow, hcol[k], mcstrt, hincol, hrow, colels); in presolve()
113 if (hincol[hcol[k]] == 0) { in presolve()
114 PRESOLVE_REMOVE_LINK(prob->clink_, hcol[k]); in presolve()
H A DCoinPresolveZeros.cpp147 const CoinBigIndex *mrstrt, double *rowels, int *hcol, in drop_row_zeros() argument
166 std::cout << " (" << row << "," << hcol[k] << ") "; in drop_row_zeros()
171 hcol[k] = hcol[kre - 1]; in drop_row_zeros()
253 int *hcol = prob->hcol_; in presolve() local
256 drop_row_zeros(nzeros, zeros, mrstrt, rowels, hcol, hinrow, rlink); in presolve()
H A DCoinPresolveTripleton.cpp71 int *hrow, int *hcol, in elim_tripleton() argument
180 hcol[k2] = icolz; in elim_tripleton()
216 hcol[k2] = icolx; in elim_tripleton()
222 hcol[krez] = icolz; in elim_tripleton()
302 int *hcol = prob->hcol_; in presolve() local
380 if (hincol[hcol[k]] > 0) { in presolve()
388 icolx = hcol[k]; in presolve()
392 if (hincol[hcol[k]] > 0) { in presolve()
400 icoly = hcol[k]; in presolve()
404 if (hincol[hcol[k]] > 0) { in presolve()
[all …]
H A DCoinPresolveDual.cpp240 const int icol = hcol[k]; in presolve()
291 const int icol2 = hcol[k]; in presolve()
345 const int icol2 = hcol[k] ; in presolve()
364 const int icol = hcol[k] ; in presolve()
423 const int icol = hcol[k]; in presolve()
460 const int icol2 = hcol[k] ; in presolve()
478 const int icol = hcol[k]; in presolve()
486 const int icol = hcol[k]; in presolve()
931 const int k = hcol[kk] ; in presolve()
1303 j = hcol[k]; in presolve()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/lrf/html/
H A Dcolor_map.py104 hcol = html_color.lower()
105 match = hex_pat.search(hcol)
108 match = rgb_pat.search(hcol)
111 if hcol in NAME_MAP:
112 return NAME_MAP[hcol].replace('#', '0x00')
/dports/comms/mgetty+sendfax/mgetty-1.1.37/g3/
H A Dg32pbm.c216 int col, hcol; /* column, highest column ever used */ variable
300 row = col = hcol = 0;
425 if ( col > hcol && col <= MAX_COLS ) hcol = col;
485 emitlj(resolution, hcol, row, bitmap);
487 emitpbm(hcol, row, bitmap, bperrow );
499 void emitpbm _P4(( hcol, row, bitmap, bperrow),
500 int hcol, int row, char *bitmap, int bperrow )
507 if ( hcol == (bperrow*8) && !o_stretch )
514 write( 1, &bitmap[ i*bperrow ], (hcol+7)/8 );
519 write( 1, &bitmap[ i*bperrow ], (hcol+7)/8 );
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dg3tops.c249 int col, hcol; /* column, highest column ever used */ variable
320 row = col = hcol = 0;
452 if ( col > hcol && col <= MAX_COLS ) hcol = col;
533 emitlj(resolution, hcol, row, bitmap);
535 emitpbm(hcol, row, bitmap, bperrow );
547 void emitpbm _P4(( hcol, row, bitmap, bperrow),
548 int hcol, int row, char *bitmap, int bperrow )
555 if ( hcol == (bperrow*8) && !o_stretch )
562 write( 1, &bitmap[ i*bperrow ], (hcol+7)/8 );
567 write( 1, &bitmap[ i*bperrow ], (hcol+7)/8 );
[all …]
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/import-export/
H A Dimport-load-data.php69 $hcol = $col; variable
80 if ($col > $hcol) {
101 $hcol = $col; variable
109 if ($col > $hcol) {
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A Dbsplines.py54 hcol = array([1.0, 4.0, 1.0], 'f') / 6.0
59 outr = sepfir2d(ckr, hcol, hcol)
60 outi = sepfir2d(cki, hcol, hcol)
64 out = sepfir2d(ckr, hcol, hcol)

12345