PIPS
chernikova_fixprec.c
Go to the documentation of this file.
1 /*
2 
3  $Id: chernikova_fixprec.c 1641 2016-03-02 08:20:19Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of Linear/C3 Library.
8 
9  Linear/C3 Library is free software: you can redistribute it and/or modify it
10  under the terms of the GNU Lesser General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  Linear/C3 Library 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 Lesser General Public License for more details.
19 
20  You should have received a copy of the GNU Lesser General Public License
21  along with Linear/C3 Library. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 
25 #ifdef HAVE_CONFIG_H
26 #include "config.h"
27 #endif
28 
29 #include "../arithmetique/arith_fixprec.h"
30 #include "chernikova.h"
31 
33  return sg_of_sc(sc);
34 }
35 
37  return sc_of_sg(sg);
38 }
39 
41  return sc_union(sc1, sc2);
42 }
43 
static Psysteme sc_union(Psysteme sc1, Psysteme sc2)
Definition: chernikova.h:1476
static Psysteme sc_of_sg(Ptsg sg)
Definition: chernikova.h:1457
static Ptsg sg_of_sc(Psysteme sc)
Definition: chernikova.h:1438
Ptsg sc_to_sg_chernikova_fixprec(Psysteme sc)
chernikova_fixprec.c
Psysteme sc_convex_hull_fixprec(Psysteme sc1, Psysteme sc2)
Psysteme sg_to_sc_chernikova_fixprec(Ptsg sg)
Ptsg sg
Representation d'un systeme generateur par trois ensembles de sommets de rayons et de droites.
Definition: sg-local.h:66