Skip to content
Snippets Groups Projects

Make instances of most type classes local

Merged Pierre Roux requested to merge ideal_local_instance into master
1 unresolved thread
Files
57
From mathcomp Require Import ssreflect ssrbool eqtype ssrnat seq path fintype bigop.
Require Export prosa.model.task.concept.
(** Throughout this file, we assume ideal uni-processor schedules. *)
Require Import prosa.model.processor.ideal.
(** * Definitions for Abstract Response-Time Analysis *)
(** In this module, we propose a set of definitions for the general framework for response-time analysis (RTA)
of uni-processor scheduling of real-time tasks with arbitrary arrival models. *)
Loading