$treeview $search $mathjax
AirSched Logo  1.00.0
$projectbrief
$projectbrief
$searchbox

BasConst.cpp

Go to the documentation of this file.
00001 #include <airsched/basic/BasConst_General.hpp>
00002 #include <airsched/basic/BasConst_AIRSCHED_Service.hpp>
00003 
00004 namespace AIRSCHED {
00005 
00008   const int DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION = 100000;
00009 
00012   const stdair::Duration_T MINIMUM_TIME_BETWEEN_REQUEST_AND_DEPARTURE (4, 0, 0);
00013 
00014 }