Home
last modified time | relevance | path

Searched refs:numbtype (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/cddlib/cddlib-0.94l/lib-src/
H A Dcddtypes.h139 dd_NumberType numbtype; member
168 dd_NumberType numbtype; member
212 dd_NumberType numbtype; member
245 dd_NumberType numbtype; member
287 dd_NumberType numbtype; member
H A Dcddtypes_f.h140 ddf_NumberType numbtype; member
169 ddf_NumberType numbtype; member
213 ddf_NumberType numbtype; member
246 ddf_NumberType numbtype; member
288 ddf_NumberType numbtype; member
H A Dcddio.c235 Mcopy->numbtype=M->numbtype; in dd_MatrixCopy()
260 Mcopy->numbtype=M->numbtype; in dd_MatrixNormalizedCopy()
295 M->numbtype=M1->numbtype; in dd_MatrixAppend()
331 Mcopy->numbtype=M->numbtype; in dd_MatrixNormalizedSortedCopy()
370 Mcopy->numbtype=M->numbtype; in dd_MatrixUniqueCopy()
499 M->numbtype=(*M1)->numbtype; in dd_MatrixAppendTo()
590 Msub->numbtype=M->numbtype; in dd_MatrixSubmatrix()
631 Msub->numbtype=M->numbtype; in dd_MatrixSubmatrix2()
677 Msub->numbtype=M->numbtype; in dd_MatrixSubmatrix2L()
737 poly->numbtype=dd_Real; in dd_CreatePolyhedraData()
[all …]
H A Dcddproj.c195 Mnew->numbtype=M->numbtype; in dd_FourierElimination()
H A Dcddlp.c88 lps->numbtype=lp->numbtype; in dd_CopyLPSolution()
121 lp->numbtype=nt; in dd_CreateLPData()
170 lp=dd_CreateLPData(M->objective, M->numbtype, m, d); in dd_Matrix2LP()
266 lp=dd_CreateLPData(dd_LPmax, M->numbtype, m, d); in dd_Matrix2Feasibility2()
1997 dd_NumberType numbtype; in dd_MakeLPforInteriorFinding() local
2007 numbtype=lp->numbtype; in dd_MakeLPforInteriorFinding()
2012 lpnew=dd_CreateLPData(obj, numbtype, m, d); in dd_MakeLPforInteriorFinding()
2166 lp=dd_CreateLPData(M->objective, M->numbtype, m, d); in dd_CreateLP_H_ImplicitLinearity()
2219 lp=dd_CreateLPData(M->objective, M->numbtype, m, d); in dd_CreateLP_V_ImplicitLinearity()
2270 lp=dd_CreateLPData(M->objective, M->numbtype, m, d); in dd_CreateLP_H_Redundancy()
[all …]
H A Dcddcore.c698 void dd_SetMatrixNumberType(dd_MatrixPtr M, dd_NumberType numbtype) in dd_SetMatrixNumberType() argument
700 M->numbtype = numbtype; in dd_SetMatrixNumberType()
858 M->numbtype=dd_Unknown; in dd_CreateMatrix()
/dports/math/sympol/SymPol-0.1.9/external/cddlib-094f/
H A Dcddtypes_f.h140 ddf_NumberType numbtype; member
169 ddf_NumberType numbtype; member
213 ddf_NumberType numbtype; member
246 ddf_NumberType numbtype; member
288 ddf_NumberType numbtype; member
H A Dcddtypes.h139 dd_NumberType numbtype; member
168 dd_NumberType numbtype; member
212 dd_NumberType numbtype; member
245 dd_NumberType numbtype; member
287 dd_NumberType numbtype; member
H A Dcddio.c236 Mcopy->numbtype=M->numbtype; in dd_MatrixCopy()
261 Mcopy->numbtype=M->numbtype; in dd_MatrixNormalizedCopy()
296 M->numbtype=M1->numbtype; in dd_MatrixAppend()
330 Mcopy->numbtype=M->numbtype; in dd_MatrixNormalizedSortedCopy()
369 Mcopy->numbtype=M->numbtype; in dd_MatrixUniqueCopy()
498 M->numbtype=(*M1)->numbtype; in dd_MatrixAppendTo()
587 Msub->numbtype=M->numbtype; in dd_MatrixSubmatrix()
628 Msub->numbtype=M->numbtype; in dd_MatrixSubmatrix2()
674 Msub->numbtype=M->numbtype; in dd_MatrixSubmatrix2L()
734 poly->numbtype=dd_Real; in dd_CreatePolyhedraData()
[all …]
H A Dcddio_f.c236 Mcopy->numbtype=M->numbtype; in ddf_MatrixCopy()
261 Mcopy->numbtype=M->numbtype; in ddf_MatrixNormalizedCopy()
296 M->numbtype=M1->numbtype; in ddf_MatrixAppend()
330 Mcopy->numbtype=M->numbtype; in ddf_MatrixNormalizedSortedCopy()
369 Mcopy->numbtype=M->numbtype; in ddf_MatrixUniqueCopy()
498 M->numbtype=(*M1)->numbtype; in ddf_MatrixAppendTo()
587 Msub->numbtype=M->numbtype; in ddf_MatrixSubmatrix()
628 Msub->numbtype=M->numbtype; in ddf_MatrixSubmatrix2()
674 Msub->numbtype=M->numbtype; in ddf_MatrixSubmatrix2L()
734 poly->numbtype=ddf_Real; in ddf_CreatePolyhedraData()
[all …]
H A Dcddproj.c195 Mnew->numbtype=M->numbtype; in dd_FourierElimination()
H A Dcddproj_f.c196 Mnew->numbtype=M->numbtype; in ddf_FourierElimination()
H A Dcddlp_f.c88 lps->numbtype=lp->numbtype; in ddf_CopyLPSolution()
121 lp->numbtype=nt; in ddf_CreateLPData()
170 lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); in ddf_Matrix2LP()
266 lp=ddf_CreateLPData(ddf_LPmax, M->numbtype, m, d); in ddf_Matrix2Feasibility2()
1997 ddf_NumberType numbtype; in ddf_MakeLPforInteriorFinding() local
2007 numbtype=lp->numbtype; in ddf_MakeLPforInteriorFinding()
2012 lpnew=ddf_CreateLPData(obj, numbtype, m, d); in ddf_MakeLPforInteriorFinding()
2166 lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); in ddf_CreateLP_H_ImplicitLinearity()
2219 lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); in ddf_CreateLP_V_ImplicitLinearity()
2270 lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); in ddf_CreateLP_H_Redundancy()
[all …]
H A Dcddlp.c87 lps->numbtype=lp->numbtype; in dd_CopyLPSolution()
120 lp->numbtype=nt; in dd_CreateLPData()
169 lp=dd_CreateLPData(M->objective, M->numbtype, m, d); in dd_Matrix2LP()
265 lp=dd_CreateLPData(dd_LPmax, M->numbtype, m, d); in dd_Matrix2Feasibility2()
1996 dd_NumberType numbtype; in dd_MakeLPforInteriorFinding() local
2006 numbtype=lp->numbtype; in dd_MakeLPforInteriorFinding()
2011 lpnew=dd_CreateLPData(obj, numbtype, m, d); in dd_MakeLPforInteriorFinding()
2165 lp=dd_CreateLPData(M->objective, M->numbtype, m, d); in dd_CreateLP_H_ImplicitLinearity()
2218 lp=dd_CreateLPData(M->objective, M->numbtype, m, d); in dd_CreateLP_V_ImplicitLinearity()
2269 lp=dd_CreateLPData(M->objective, M->numbtype, m, d); in dd_CreateLP_H_Redundancy()
[all …]
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/
H A DReadLatteStyle.cpp67 new_matrix->numbtype = dd_Rational; in add_nonnegativity()
95 matrix->numbtype = dd_Rational; in ReadLatteStyleMatrix()
H A Dlatte_cddlib.cpp51 matrix->numbtype = dd_Rational; in rays_to_cddlib_matrix()
/dports/math/polymake/polymake-4.5/bundled/sympol/external/sympol/sympol/
H A Draycomputationcdd.cpp161 matrix->numbtype = dd_GetNumberType("rational");
/dports/math/sympol/SymPol-0.1.9/sympol/
H A Draycomputationcdd.cpp161 matrix->numbtype = dd_GetNumberType("rational"); in fillModelCDD()
/dports/math/topcom/topcom-0.17.8/lib-src-reg/
H A DLPinterface.cc28 _matrixptr->numbtype = dd_Rational; in LPinterface()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/aggregation/
H A Daggregation.cpp83 matrix->numbtype = dd_Rational; in KannanAggregation()
/dports/math/gfan/gfan0.6.2/src/
H A Dlp_cdd.cpp42 M->numbtype=NT; in vectorList2Matrix()
177 M->numbtype=NT; in vectorList2MatrixGmp()
220 M->numbtype=NT; in vectorList2MatrixIncludingFirstColumnGmp()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dlp_cdd.cpp42 M->numbtype=NT; in vectorList2Matrix()
177 M->numbtype=NT; in vectorList2MatrixGmp()
220 M->numbtype=NT; in vectorList2MatrixIncludingFirstColumnGmp()
/dports/math/polymake/polymake-4.5/bundled/cdd/apps/polytope/include/
H A Dcdd_interface_impl.h395 ptr->numbtype = traits_t::number_type;
427 ptr->numbtype = traits_t::number_type;
/dports/math/gap/gap-4.11.0/pkg/CddInterface-2020.01.01/src/
H A DCddInterface.c237 M->numbtype = dd_Rational; in GapInputToMatrixPtr()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/vertices/
H A Dcdd.cpp156 …OUT << M->rowsize << " " << M->colsize << ((M->numbtype == dd_Integer) ? " integer" : " rational")… in createCddIneFile()

12