1% BEGIN LICENSE BLOCK
2% Version: CMPL 1.1
3%
4% The contents of this file are subject to the Cisco-style Mozilla Public
5% License Version 1.1 (the "License"); you may not use this file except
6% in compliance with the License.  You may obtain a copy of the License
7% at www.eclipse-clp.org/license.
8% 
9% Software distributed under the License is distributed on an "AS IS"
10% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See
11% the License for the specific language governing rights and limitations
12% under the License. 
13% 
14% The Original Code is  The ECLiPSe Constraint Logic Programming System. 
15% The Initial Developer of the Original Code is  Cisco Systems, Inc. 
16% Portions created by the Initial Developer are
17% Copyright (C) 1995 - 2006 Cisco Systems, Inc.  All Rights Reserved.
18% 
19% Contributor(s): Joachim Schimpf, IC-Parc
20% 
21% END LICENSE BLOCK
22
23% ----------------------------------------------------------------------
24% System:	ECLiPSe Constraint Logic Programming System
25% Version:	$Id: eplex_cplex.ecl,v 1.1 2012/07/31 02:17:06 jschimpf Exp $
26%
27% Description:		ECLiPSe/CPLEX interface
28%
29% Authors:		J.Schimpf, IC-Parc
30% ----------------------------------------------------------------------
31
32:- module(eplex_cplex, [], [empty_language]).
33
34:- comment(categories, ["Constraints","Interfacing"]).
35:- comment(summary, "Load lib(eplex) with the CPLEX solver").
36:- comment(author, "Joachim Schimpf, IC-Parc").
37:- comment(copyright, "Cisco Systems, Inc.").
38:- comment(date, "$Date: 2012/07/31 02:17:06 $").
39
40% eplex setup checks for existence of module eplex_cplex!
41:- local initialization(ensure_loaded(eplex)).
42:- export initialization(import(eplex)).
43
44