NASFAQ/maths/optimizer/trash/optimizer.h

12 lines
159 B
C
Raw Normal View History

2022-05-07 14:49:43 +00:00
#ifndef _OPTIMIZER_H_
#define _OPTIMIZER_H_
#include "ortools/linear_solver/linear_solver.h"
namespace operations_research {
void BasicExample();
}
#endif