Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/external/lpsolve/
H A Dlpsolve-ubsan.patch.05 if(psdata->primalundo != NULL)
6 mat = psdata->primalundo->tracker;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/lpsolve/
H A Dlpsolve-ubsan.patch.05 if(psdata->primalundo != NULL)
6 mat = psdata->primalundo->tracker;
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_presolve.c191 if(psdata->primalundo != NULL) in presolve_rebuildUndo()
192 mat = psdata->primalundo->tracker; in presolve_rebuildUndo()
256 if(psundo->primalundo != NULL) in presolve_freeUndo()
257 freeUndoLadder(&(psundo->primalundo)); in presolve_freeUndo()
3535 if(lp->presolve_undo->primalundo != NULL)
3536 mat_memopt(lp->presolve_undo->primalundo->tracker, 0, 0, 0);
H A Dlp_matrix.c2369 mat = lp->presolve_undo->primalundo->tracker;
2407 DV = &(psdata->primalundo);
H A Dlp_lib.h743 DeltaVrec *primalundo; /* Affine translation vectors for eliminated primal variables */ member
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_presolve.c169 if(psdata->primalundo != NULL) in presolve_rebuildUndo()
170 mat = psdata->primalundo->tracker; in presolve_rebuildUndo()
234 if(psundo->primalundo != NULL) in presolve_freeUndo()
235 freeUndoLadder(&(psundo->primalundo)); in presolve_freeUndo()
3586 if(lp->presolve_undo->primalundo != NULL)
3587 mat_memopt(lp->presolve_undo->primalundo->tracker, 0, 0, 0);
H A Dlp_matrix.c2747 mat = lp->presolve_undo->primalundo->tracker;
2785 DV = &(psdata->primalundo);
H A Dlp_lib.h767 DeltaVrec *primalundo; /* Affine translation vectors for eliminated primal variables */ member