MPSolve  3.2.1
sort.h
Go to the documentation of this file.
1 /*
2  * This file is part of MPSolve 3.2.1
3  *
4  * Copyright (C) 2001-2020, Dipartimento di Matematica "L. Tonelli", Pisa.
5  * License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher
6  *
7  * Authors:
8  * Leonardo Robol <leonardo.robol@unipi.it>
9  */
10 
16 #ifndef MPS_SORT_H_
17 #define MPS_SORT_H_
18 
19 MPS_BEGIN_DECLS
20 
21 void mps_fsort (mps_context * s);
22 void mps_dsort (mps_context * s);
23 void mps_msort (mps_context * s);
24 
25 MPS_END_DECLS
26 
27 #endif /* MPS_SORT_H_ */
28 
29 
mps_context
this struct holds the state of the mps computation
Definition: context.h:55
mps_dsort
void mps_dsort(mps_context *s)
Sort the approximations saved in the current mps_context.
Definition: sort.c:73
mps_fsort
MPS_BEGIN_DECLS void mps_fsort(mps_context *s)
Sort the approximations saved in the current mps_context.
Definition: sort.c:38
mps_msort
void mps_msort(mps_context *s)
Sort the approximations saved in the current mps_context.
Definition: sort.c:107