We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539a853 commit 3f7d226Copy full SHA for 3f7d226
src/goblint_lib.ml
@@ -454,6 +454,17 @@ module PrivPrecCompareUtil = PrivPrecCompareUtil
454
module RelationPrecCompareUtil = RelationPrecCompareUtil
455
module ApronPrecCompareUtil = ApronPrecCompareUtil
456
457
+(** {2 Solver parallelism}
458
+
459
+ These modules provide utilities required for parallelizing the solver,
460
+ as well as backwards compatibility with OCaml 4 for the non-parallelized solvers.
461
+*)
462
+module DomainsafeLazy = DomainsafeLazy
463
+module Threadpool = Threadpool
464
+module GobMutex = GobMutex
465
466
+(** {2 Debugging} *)
467
468
(** {1 Library extensions}
469
470
OCaml library extensions which are completely independent of Goblint.
0 commit comments