diff --git a/server/src/main.rs b/server/src/main.rs index 557b154..29ca128 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -60,7 +60,7 @@ async fn solve(req_body: web::Json) -> impl Responder { Parsing::Hybrid => { let bd_adf = BdAdf::from_parser(&parser); log::info!("[Start] translate into naive representation"); - let naive_adf = bd_adf.hybrid_step(); + let naive_adf = bd_adf.hybrid_step_opt(false); log::info!("[Done] translate into naive representation"); naive_adf