Skip to content

Commit

Permalink
fixed loading of clpr
Browse files Browse the repository at this point in the history
  • Loading branch information
friguzzi committed Dec 10, 2023
1 parent ba6b126 commit 199ad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolog/cplint_util.pl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

:- use_module(library(lists)).
:- use_module(library(apply)).
:- use_module(library(clp/clpr)).
:- use_module(library(clpr)).
:- use_module(library(matrix)).
:- use_module(library(clpfd)).

Expand Down

0 comments on commit 199ad52

Please sign in to comment.