⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oropt.h

📁 随机vrp 3
💻 H
字号:
#ifndef OROPT_H#define OROPT_H#include <vector>#include "Problem.h"#include "Solution.h"#include "Control.h"#include "Random.h"/*  orOpt.h  Header file for the function orOpt(), which performs the Or Opt local  search for a VRPSD problem.*/void orOpt(Random* rnd, Control&, Solution& initialSolution );#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -