Home
last modified time | relevance | path

Searched refs:SVP_DUAL (Results 1 – 4 of 4) sorted by relevance

/dports/math/fplll/fplll-5.4.1/fplll/
H A Ddefs.h247 SVP_DUAL = 4 enumerator
H A Dsvpcvp.cpp79 bool dual = (flags & SVP_DUAL); in enumerate_svp()
129 if (flags & SVP_DUAL) in shortest_vector_ex()
323 if (flags & SVP_DUAL) in shortest_vector_ex()
/dports/math/fplll/fplll-5.4.1/tests/
H A Dtest_svp.cpp169 status = shortest_vector(A, sol_coord, SVPM_FAST, SVP_DUAL); in test_dual_svp()
H A Dtest_svp_gram.cpp204 int status = shortest_vector(Mgram, sol_coord, SVPM_FAST, SVP_DUAL); in test_dual_svp()