分支限界求装载问题实验报告(共4页).doc
《分支限界求装载问题实验报告(共4页).doc》由会员分享,可在线阅读,更多相关《分支限界求装载问题实验报告(共4页).doc(4页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、精选优质文档-倾情为你奉上附件:1. 用c+代码实现#include #include using namespace std;template class Queuequeue worker;public:void Add(Type element)worker.push(element);bool IsEmpty()return worker.empty();void Delete(Type & get)get=worker.front();worker.pop(); ;templateclass QNodeprivate:QNode *parent;bool LChild;Type we
2、ight;friend void EnQueue(QueueQNode *&,Type,int,int,Type,QNode*,QNode*&,int*,bool);friend Type MaxLoading(Type*,Type,int,int*);templatevoid EnQueue(QueueQNode*&Q,Type wt, int i,int n,Type bestw,QNode *E, QNode*&bestE,int bestx,bool ch)/将活结点加入到活结点队列Q中if(i=n) /可行结点if (wt=bestw) /当前最优载重量bestE=E;bestxn=
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 分支 限界 装载 问题 实验 报告
限制150内