AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
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 
00010 }