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

@@ -21,6 +21,7 @@ concrete_optimizer::Options default_options() {
concrete_optimizer::Options options;
options.security_level = SECURITY_128B;
options.maximum_acceptable_error_probability = P_ERROR;
options.use_gpu_constraints = false;
return options;
}