PIPS
sol.h
Go to the documentation of this file.
1 /*
2 
3  $Id: sol.h 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 int sol_pgcd();
25 int sol_ppcm();
26 void sol_init();
27 int sol_hwm();
28 void sol_reset();
29 void sol_nil();
30 void sol_if();
31 void sol_list();
32 void sol_form();
33 void sol_new();
34 void sol_div();
35 void sol_val();
36 int sol_edit();
37 int is_not_Nil();
int sol_hwm()
Definition: sol.c:75
void sol_form()
void sol_if()
Definition: sol.c:118
void sol_new()
void sol_reset()
int sol_pgcd()
int sol_edit()
void sol_list()
void sol_div()
Definition: sol.c:151
void sol_val()
int is_not_Nil()
void sol_init()
Definition: sol.c:70
void sol_nil()
Definition: sol.c:101
int sol_ppcm()