FFSM++
1.1.0
French Forest Sector Model ++
|
#include <stdlib.h>
#include <cassert>
#include <map>
#include <adolc/drivers/drivers.h>
#include <adolc/adolc_sparse.h>
#include "Opt.h"
#include "ModelData.h"
#include "Pixel.h"
#include "ThreadManager.h"
#include "Scheduler.h"
#include "ModelRegion.h"
Go to the source code of this file.
Macros | |
#define | CONSTRAIN_START_LOOP(pVector, cn) |
#define | CONSTRAIN_END_LOOP }}} |
Typedefs | |
typedef std::map< string, endvar > | VarMap |
typedef std::pair< std::string, endvar > | VarPair |
#define CONSTRAIN_END_LOOP }}} |
Definition at line 46 of file Opt.cpp.
Referenced by Opt::eval_constraints().
#define CONSTRAIN_START_LOOP | ( | pVector, | |
cn | |||
) |
Definition at line 40 of file Opt.cpp.
Referenced by Opt::eval_constraints().