Skip to content

Commit

Permalink
Update ocamlgraph setup for the QBF subdirectory
Browse files Browse the repository at this point in the history
This solution using "topfind" seems to be a lot simpler and appears
to work reliably on recent OCamls.
  • Loading branch information
jrh13 committed Apr 6, 2024
1 parent 85987b1 commit 4460d84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions QBF/make.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
(* Ondrej Kuncar's HOL Light QBF code. *)
(* ========================================================================= *)

#load "ocamlgraph/graph.cma";;
#directory "+ocamlgraph";;
#use "topfind";;
#require "ocamlgraph";;

loads "Minisat/make.ml";;
loads "QBF/mygraph.ml";;
loads "QBF/qbfr.ml";;
Expand Down

0 comments on commit 4460d84

Please sign in to comment.