package goblint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file goblint_constraint.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(** (Side-effecting) constraint systems. *)

(** {1 Specification} *)

module ConstrSys = ConstrSys
module SolverTypes = SolverTypes

(** {2 Utilities} *)

module Translators = Translators


(** {1 Results} *)

module VarQuery = VarQuery