aboutsummaryrefslogtreecommitdiffstats
path: root/kvx/InstructionScheduler.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kvx/InstructionScheduler.mli')
-rw-r--r--kvx/InstructionScheduler.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvx/InstructionScheduler.mli b/kvx/InstructionScheduler.mli
index f91c2d06..85e2a5c6 100644
--- a/kvx/InstructionScheduler.mli
+++ b/kvx/InstructionScheduler.mli
@@ -108,3 +108,6 @@ val smt_print_problem : out_channel -> problem -> unit;;
val ilp_print_problem : out_channel -> problem -> pseudo_boolean_problem_type -> pseudo_boolean_mapper;;
val ilp_scheduler : pseudo_boolean_problem_type -> problem -> solution option;;
+
+(** Schedule a problem using a scheduler given by a string name *)
+val scheduler_by_name : string -> problem -> int array option;;