Linear Programming Problem

Linear Programming Problem is a mathematical technique for finding optimal solutions to problems. Its problems expressed using linear equations and inequalities. The real-world problems represent accurately by the mathematical equations of a linear program also this method will find the best solution to the problem. In 1947, during World War ll, George B Dantzig while […]

Linear Programming Problem Read More »

Operations Research Methodology

Every Operations Research specialist may have his own way of solving problems. However, the effective use of Operations Research techniques require to problem solving consists of the following six steps: a).Formulation of the problem : It involves analysis of physical systems, setting of objectives determination of restriction, constraints against which decision should be adopted, alternative courses

Operations Research Methodology Read More »

Optimal Production Policy Project

Optimal Production Policy Under Certain And Uncertain Environment  INDEX:- CONTENTS: 1. Introduction of Operations Research 2. A methodology of Operation Research 3. What is Linear Programming Problem 4 Mathematical Model for LPP 5. Confidence Interval and Confidence limit 6. Tabulation 7. Construction of Mathematical Model and Solution 8. Conclusion 9. References See Also: Linear Programming

Optimal Production Policy Project Read More »

802 Project of IEEE

802 project 802 project is an IEEE(Institute of Electrical and Electronics Engineers)  initiative which standardizes  LAN (Local Area Networks)  and MAN (Metropolitan Area Networks) communication protocols. And it gives a number after 802 and a dot for a specific network. Such as, Ethernet  standardized  as  802.3 and WiFi  as 802.11 which are popular standards for wired LAN

802 Project of IEEE Read More »

CBRGEN Tool in NS-2

CBRGEN tool for NS-2 CBRGEN tool for NS-2 is used to create  random connections between nodes in wireless ad hoc networks, actually cbrgen is a file cbrgen.tcl  which  content listed below. the syntax for  generating connection file is. ns cbrgen.tcl [-type cbr|tcp] [-nn nodes] [-seed seed] [-mc connections] [-rate rate] > connections Example is ns

CBRGEN Tool in NS-2 Read More »

Binary Search Program in CPP(C++)

 This program contains some errors you need to remove. ___________________________________________________ #include<iostream> using namespace std; class BinarySearch { int i; int n; public: void b_search(int *, int, int); }; void BinarySearch :: b_search(int a[],int n, int dataitem) { int start, end, mid, index, f=0; start=0; end = n-1; cout<<“Enter data item to be searched”; while( (start

Binary Search Program in CPP(C++) Read More »

©Postnetwork-All rights reserved.