12 lines
309 B
C++
12 lines
309 B
C++
/*!
|
|
* \file apex_booster.cpp
|
|
* \brief bootser implementation
|
|
* \author Tianqi Chen: tqchen@apex.sjtu.edu.cn
|
|
*/
|
|
// implementation of boosters go to here
|
|
#define _CRT_SECURE_NO_WARNINGS
|
|
#define _CRT_SECURE_NO_DEPRECATE
|
|
#include <climits>
|
|
#include "apex_booster.h"
|
|
#include "../../apex-utils/apex_utils.h"
|