1/*
2 * logic.mac--Logic algebra package for Maxima CAS.
3 * Copyright (c) 2008--2009 Alexey Beshenov <al@beshenov.ru>.
4 *
5 * Version 2.11. Last modified 2009-01-08.
6 *
7 * logic.mac is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU Lesser General Public License as published
9 * by the Free Software Foundation; either version 2.1 of the License,
10 * or (at your option) any later version.
11 *
12 * logic.mac is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with the logic.mac; see the file COPYING. If not, write to the
19 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 * Boston, MA 02110-1301, USA.
21 */
22
23if not numberp (logic_mac_version) then load ("logic.lisp");
24load("Ksimplifier.lisp")$
25