feat(cpp-interface): expose gpu constraints

This commit is contained in:
Mayeul@Zama
2022-10-18 16:55:10 +02:00
committed by mayeul-zama
parent c5dad8ffdb
commit 99c227feda
4 changed files with 35 additions and 6 deletions

View File

@@ -1051,6 +1051,7 @@ struct Options final {
::std::uint64_t security_level;
double maximum_acceptable_error_probability;
double default_log_norm2_woppbs;
bool use_gpu_constraints;
using IsRelocatable = ::std::true_type;
};