Home
last modified time | relevance | path

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

/dports/math/fplll/fplll-5.4.1/fplll/
H A Dsvpcvp.h33 SVPMethod method = SVPM_PROVED, int flags = SVP_DEFAULT);
36 const vector<double> &pruning, int flags = SVP_DEFAULT);
40 const vector<double> &pruning, int flags = SVP_DEFAULT);
45 int flags = SVP_DEFAULT);
49 int flags = SVP_DEFAULT);
57 int flags = SVP_DEFAULT);
62 const vector<double> &pruning, int flags = SVP_DEFAULT);
68 int flags = SVP_DEFAULT);
H A Ddefs.h244 SVP_DEFAULT = 0, enumerator
252 CVP_DEFAULT = SVP_DEFAULT,
H A Dmain.cpp251 int flags = SVP_DEFAULT | (o.verbose ? SVP_VERBOSE : 0); in svpcvp()
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/fplll/
H A Dsvpcvp.pyx16 from .fplll cimport SVP_DEFAULT, CVP_DEFAULT
40 def shortest_vector(IntegerMatrix B, method="fast", int flags=SVP_DEFAULT, pruning=True, preprocess…
160 DEFAULT = SVP_DEFAULT
H A Dfplll.pxd210 SVP_DEFAULT
/dports/math/fplll/fplll-5.4.1/tests/
H A Dtest_svp_gram.cpp79 int status = shortest_vector(Mgram, sol_coord, SVPM_PROVED, SVP_DEFAULT); in test_svp()
99 status = shortest_vectors(Mgram, sols_coord, sols_dist, 500, SVPM_PROVED, SVP_DEFAULT); in test_svp()
H A Dtest_svp.cpp58 status = shortest_vector(A, sol_coord, SVPM_PROVED, SVP_DEFAULT); in test_svp()
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/
H A Dfplll.C170 int flags = SVP_DEFAULT; in dofplll()