Developer documentation
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
include
realroot
strgy_empty.h
Go to the documentation of this file.
1
/********************************************************************
2
* This file is part of the source code of the realroot library.
3
* Author(s): J.P. Pavone, GALAAD, INRIA
4
* $Id: empty.h,v 1.1 2005/07/11 10:03:57 jppavone Exp $
5
********************************************************************/
6
#ifndef realroot_SOLVE_SBDSLV_STRGY_EMPTY_HPP
7
#define realroot_SOLVE_SBDSLV_STRGY_EMPTY_HPP
8
//--------------------------------------------------------------------
9
namespace
mmx
{
10
//--------------------------------------------------------------------
11
namespace
realroot
12
{
13
namespace
strgy
14
{
15
/* strategie vide ne peut être utilisée par le solveur,
16
représente la fin de l'accumulation des strategies */
17
template
<
class
solver >
18
struct
empty
19
{
bool
process
(
solver
* ) {
return
true
; }; };
20
};
21
};
22
//--------------------------------------------------------------------
23
}
//namespace mmx
24
/********************************************************************/
25
#endif //
mmx::realroot::strgy::empty
Definition:
strgy_empty.h:18
mmx::realroot::strgy::empty::process
bool process(solver *)
Definition:
strgy_empty.h:19
mmx::solver
Definition:
solver.hpp:68
mmx
Definition:
array.hpp:12
Home
Generated on Sat Apr 4 2015 09:58:01 for realroot- by