zoukankan      html  css  js  c++  java
  • Lingo 做线性规划

    Reference: <An Introduction to Management Science Quantitative Approaches to Decision Making, Revised 13th Edition>

    Marketing Application 1: Relax-and-Enjoy provided BP&J with an advertising budget of $30,000 for the first month’s campaign. In addition, Relax-and-Enjoy imposed the following restrictions on how BP&J may allocate these funds: At least 10 television commercials must be used, at least 50,000 potential customers must be reached, and no more than $18,000 may be spent on television advertisements. What advertising media selection plan should be recommended?

    A1:Build Model as below

    Decision variables:

    DTV = number of times daytime TV is used
    ETV = number of times evening TV is used
    DN = number of times daily newspaper is used
    SN = number of times Sunday newspaper is used
    R = number of times radio is used

    R1:Report

    Marketing Application 2:Market Survey, Inc. (MSI), specializes in evaluating consumer reaction to new products, services, and advertising campaigns. A client firm requested MSI’s assistance in ascertaining consumer reaction to a recently marketed household product. During meetings with the client, MSI agreed to conduct door-to-door personal interviews to obtain responses from households with children and households without children. In addition, MSI agreed to conduct both day and evening interviews. Specifically, the client’s contract called for MSI to conduct 1000 interviews under the following quota guidelines.
    1. Interview at least 400 households with children.
    2. Interview at least 400 households without children.
    3. The total number of households interviewed during the evening must be at least as great as the number of households interviewed during the day.
    4. At least 40% of the interviews for households with children must be conducted during the evening.
    5. At least 60% of the interviews for households without children must be conducted during the evening.
    Because the interviews for households with children take additional interviewer time and because evening interviewers are paid more than daytime interviewers, the cost varies with the type of interview. Based on previous research studies, estimates of the interview costs are as follows:

    What is the household, time-of-day interview plan that will satisfy the contract requirementsat a minimum total interviewing cost?

    A1: Build Model as below

    DC = the number of daytime interviews of households with children
    EC = the number of evening interviews of households with children
    DNC = the number of daytime interviews of households without children
    ENC = the number of evening interviews of households without children

  • 相关阅读:
    TMD 这个写笔记的号,盗了有意思吗
    类成员的指针必须NULL化,否则是乱七八糟的东西
    超前引用不可使用类名来定义变量和函数的变量参数,只可用来定义引用或者指针。
    XP下,移动窗口产生重影的问题
    生成ico格式图标
    设置窗口的z-order总是在最底部
    关于windows的锁定状态
    使用Layered Window遇到的一些问题及解决方法
    转-使用wifi调试程序
    URL的格式
  • 原文地址:https://www.cnblogs.com/1zhk/p/4954442.html
Copyright © 2011-2022 走看看