Home
last modified time | relevance | path

Searched refs:mtind (Results 1 – 3 of 3) sorted by relevance

/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglZeroHalf/
H A DCgl012cut.hpp66 int *mtind; /* column indices of the nonzero entries of the ILP matrix */ member
81 int *mtind; /* column indices of the 1's of the parity ILP matrix */ member
222 int *mtind, /* column indices of the nonzero entries of the ILP matrix */
256 int *mtind, /* column indices of the nonzero entries of the ILP matrix */
H A DCgl012cut.cpp190 inp_ilp->mtind = mtind; inp_ilp->mtval = mtval; in ilp_load()
285 free(p_ilp->mtind); in free_parity_ilp()
536 p_ilp->mtind[cnttot] = j; in get_parity_ilp()
575 if ( p_ilp->mtind[begi+ofsj] != p_ilp->mtind[begh+ofsj] ) { in get_parity_ilp()
2106 j = p_ilp->mtind[begi]; in basic_separation()
2117 j = p_ilp->mtind[begi]; in basic_separation()
2699 j = inp_ilp->mtind[ij]; in score_by_moving()
2706 j = inp_ilp->mtind[ij]; in score_by_moving()
2715 j = inp_ilp->mtind[ij]; in score_by_moving()
2722 j = inp_ilp->mtind[ij]; in score_by_moving()
[all …]
H A DCglZeroHalf.cpp62 int * mtind = mtcnt+mr_; in generateCuts() local
63 int * mtval = mtind+mnz_; in generateCuts()
76 mtind[kel]=mtind_[j]; in generateCuts()
91 mtbeg,mtcnt, mtind, mtval, in generateCuts()