mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-20 09:39:38 +01:00
Use unoptimised hybrid step for better presentation
This commit is contained in:
parent
92954cf87b
commit
b23f342a4e
@ -60,7 +60,7 @@ async fn solve(req_body: web::Json<SolveReqBody>) -> 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user