Searched refs:computeIntegerBounds (Results 1 – 4 of 4) sorted by relevance
770 computeIntegerBounds(ArrayRef<int64_t> coeffs);
445 simplex.computeIntegerBounds({0, 1, 0}), in TEST()
1996 computeIntegerBounds(basisCoeffs); in findIntegerSample()2024 computeIntegerBounds(basisCoeffs); in findIntegerSample()2070 Simplex::computeIntegerBounds(ArrayRef<int64_t> coeffs) { in computeIntegerBounds() function in Simplex
1112 std::tie(min, max) = simplex.computeIntegerBounds(dim); in computeVolume()