12 lines
159 B
C++
12 lines
159 B
C++
#ifndef _OPTIMIZER_H_
|
|
#define _OPTIMIZER_H_
|
|
|
|
#include "ortools/linear_solver/linear_solver.h"
|
|
|
|
namespace operations_research {
|
|
void BasicExample();
|
|
}
|
|
|
|
#endif
|
|
|