Home
last modified time | relevance | path

Searched refs:isredundant (Results 1 – 8 of 8) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnlp.h373 SCIP_Bool* isredundant /**< buffer to store whether row is redundant */
H A Dnlp.c3221 SCIP_Bool* isredundant /**< buffer to store whether row is redundant */ in SCIPnlrowIsRedundant() argument
3229 assert(isredundant != NULL); in SCIPnlrowIsRedundant()
3233 *isredundant = TRUE; in SCIPnlrowIsRedundant()
3236 *isredundant = FALSE; in SCIPnlrowIsRedundant()
5695 SCIP_Bool isredundant; in SCIPnlpRemoveRedundantNlRows() local
5717 SCIP_CALL( SCIPnlrowIsRedundant(nlp->nlrows[i], set, stat, &isredundant) ); in SCIPnlpRemoveRedundantNlRows()
5718 if( isredundant ) in SCIPnlpRemoveRedundantNlRows()
/dports/math/qhull8/qhull-8.0.2/src/libqhull/
H A Dmerge.c5034 boolT isconcave= False, iscoplanar= False, maybeconvex= False, isredundant= False; in qh_test_nonsimplicial_merge() local
5090 isredundant= True; in qh_test_nonsimplicial_merge()
5098 isredundant= True; in qh_test_nonsimplicial_merge()
5107 isredundant= True; in qh_test_nonsimplicial_merge()
5112 isredundant= True; in qh_test_nonsimplicial_merge()
5115 if (isredundant) { in qh_test_nonsimplicial_merge()
/dports/math/qhull/qhull-7.3.2/src/libqhull/
H A Dmerge.c5034 boolT isconcave= False, iscoplanar= False, maybeconvex= False, isredundant= False; in qh_test_nonsimplicial_merge() local
5090 isredundant= True; in qh_test_nonsimplicial_merge()
5098 isredundant= True; in qh_test_nonsimplicial_merge()
5107 isredundant= True; in qh_test_nonsimplicial_merge()
5112 isredundant= True; in qh_test_nonsimplicial_merge()
5115 if (isredundant) { in qh_test_nonsimplicial_merge()
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/qhull_src/src/
H A Dmerge_r.c5034 boolT isconcave= False, iscoplanar= False, maybeconvex= False, isredundant= False; in qh_test_nonsimplicial_merge() local
5090 isredundant= True; in qh_test_nonsimplicial_merge()
5098 isredundant= True; in qh_test_nonsimplicial_merge()
5107 isredundant= True; in qh_test_nonsimplicial_merge()
5112 isredundant= True; in qh_test_nonsimplicial_merge()
5115 if (isredundant) { in qh_test_nonsimplicial_merge()
/dports/math/qhull8/qhull-8.0.2/src/libqhull_r/
H A Dmerge_r.c5034 boolT isconcave= False, iscoplanar= False, maybeconvex= False, isredundant= False; in qh_test_nonsimplicial_merge() local
5090 isredundant= True; in qh_test_nonsimplicial_merge()
5098 isredundant= True; in qh_test_nonsimplicial_merge()
5107 isredundant= True; in qh_test_nonsimplicial_merge()
5112 isredundant= True; in qh_test_nonsimplicial_merge()
5115 if (isredundant) { in qh_test_nonsimplicial_merge()
/dports/math/qhull/qhull-7.3.2/src/libqhull_r/
H A Dmerge_r.c5034 boolT isconcave= False, iscoplanar= False, maybeconvex= False, isredundant= False; in qh_test_nonsimplicial_merge() local
5090 isredundant= True; in qh_test_nonsimplicial_merge()
5098 isredundant= True; in qh_test_nonsimplicial_merge()
5107 isredundant= True; in qh_test_nonsimplicial_merge()
5112 isredundant= True; in qh_test_nonsimplicial_merge()
5115 if (isredundant) { in qh_test_nonsimplicial_merge()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c8467 PetscBool isredundant,isbddc,force,valid; in PCBDDCSetUpCoarseSolver() local
8566 ierr = PetscObjectTypeCompare((PetscObject)pc_temp,PCREDUNDANT,&isredundant);CHKERRQ(ierr); in PCBDDCSetUpCoarseSolver()
8567 if (isredundant) { in PCBDDCSetUpCoarseSolver()