请选择 进入手机版 | 继续访问电脑版

QQ登录

只需要一步,快速开始

 注册地址  找回密码
楼主: yn120

lingo12 api 破解,请勿用于商业用途.

[复制链接]
字体大小: 正常 放大
seeker001        

0

主题

7

听众

12

积分

升级  7.37%

  • TA的每日心情
    郁闷
    2013-3-9 09:00
  • 签到天数: 2 天

    [LV.1]初来乍到

    自我介绍
    喜欢看看数学东西
    发表于 2013-3-7 14:04 |显示全部楼层
    |招呼Ta 关注Ta |邮箱已经成功绑定
    回复

    使用道具 举报

    tomstar        

    0

    主题

    0

    听众

    3

    积分

    升级  60%

    该用户从未签到

    自我介绍
    你好
    回复

    使用道具 举报

    tomstar        

    0

    主题

    0

    听众

    3

    积分

    升级  60%

    该用户从未签到

    自我介绍
    你好
    回复

    使用道具 举报

    24

    主题

    11

    听众

    986

    积分

    升级  96.5%

  • TA的每日心情
    开心
    2015-5-1 09:27
  • 签到天数: 244 天

    [LV.8]以坛为家I

    自我介绍
    hello

    社区QQ达人 新人进步奖

    群组2014国赛优秀论文解析

    回复

    使用道具 举报

    0

    主题

    6

    听众

    17

    积分

    升级  12.63%

  • TA的每日心情
    郁闷
    2013-7-11 14:34
  • 签到天数: 3 天

    [LV.2]偶尔看看I

    自我介绍
    研究生
    回复

    使用道具 举报

    慢跑20 实名认证       

    60

    主题

    8

    听众

    3684

    积分

  • TA的每日心情
    开心
    2017-2-22 14:21
  • 签到天数: 271 天

    [LV.8]以坛为家I

    群组2014年美赛冲刺培训

    群组物联网工程师考试

    群组2013年电工杯B题讨论群

    群组物联网工程师培训

    群组2013电工杯A题讨论群组

    回复

    使用道具 举报

    李芳        

    13

    主题

    10

    听众

    129

    积分

    升级  14.5%

  • TA的每日心情
    难过
    2014-10-18 15:50
  • 签到天数: 44 天

    [LV.5]常住居民I

    自我介绍
    爱好钻研

    社区QQ达人

    群组数学建模认证项目实训

    回复

    使用道具 举报

    卡壳闹        

    1

    主题

    2

    听众

    2

    积分

    升级  40%

    该用户从未签到

    自我介绍
    程序猿!
    回复

    使用道具 举报

    hubq_pro        

    2

    主题

    11

    听众

    37

    积分

    升级  33.68%

  • TA的每日心情
    奋斗
    2014-7-26 22:12
  • 签到天数: 3 天

    [LV.2]偶尔看看I

    自我介绍
    从事环境科学研究
    楼主,你给的样例能运行,但我自己写的不行,为什么?
      收起(4)
    • hubq_pro hubq_pro :  LINGO/WIN32 12.0.2.21 (20 Oct 10)

        LINDO API 6.1.1.515 (Oct 20 2010 20:14:13)

        Copyright (C) 2005-2009 LINDO Systems Inc. Licensed material,
        all rights reserved. Copying except as authorized in license
        agreement is prohibited.

        License location: F:\\TDDownload\\LINDO Document\\lingo12破解\\lndlng12.lic
        License location: F:\\TDDownload\\LINDO Document\\lingo12破解\\lndlng12.lic

        Eval Use Only

        License expires: 23 Nov 2029

        Licensed for commercial use.
        Branch-and-bound solver enabled.
        Nonlinear solver enabled.
        Barrier solver enabled.
        Global solver enabled.
        Integer solver enabled.
        Stochastic solver enabled.


         Parameter        Old Value     New Value
          ECHOIN             0             1

      :  take EnergyPlan.lng
      : model:
      ? Title EnergyPlanModel By HuBingQing in 20140720;
      ? sets:
      ?    District/@FILE(\'cDistrict.LDT\')/: GDP0, GRateMin, GRateMax, EPG0, EPGRateMin, EP
      ? endsets
      ? data:
      ?    T = 8;
      ?    TGDP = 98500;
      ?    TEPG = 0.75;
      ?    ! GDP0;
      ?    GDP0 = @pointer(1);
      ?    ! Min Increase Rate of GDP;
      ?    GRateMin = @pointer(2);
      ?    ! Max Increase Rate of GDP;
      ?    GRateMax = @pointer(3);
      ?    ! EPG0=Energy Consumption Percent GDP in Base
      ?    EPG0 = @pointer(4);
      ?    ! Min Decrease Rate of EPG;
      ?    EPGRateMin = @pointer(5);
      ?    ! Max Decrease Rate of EPG;
      ?    EPGRateMax = @pointer(6);
      ?    ! Forcast Years
      ?    T = @pointer(7);
      ?    ! Total GDP Lower Demand
      ?    TGDP = @pointer(8);
      ?    ! Total GDP Lower Demand
      ?    TEPG = @pointer(9);
      ?    !Output File
      ?    @Text(\'InputData.txt\')=GDP0,GRateMin,GRateMax,EPG0,EPGRateMin,EPGRateMax,T,TGDP,
      ? enddata
      ?    !Real EPGt;
      ?    !@for (District(i) : EPGt(i) = EPG0(i) * ( 1-EPGRate(i) ) );
      ?    !Real GDPt;
      ?    !@for (District(i) : GDPt(i) = GDP0(i) * (1 + GRate(i))^T);
      ?    !Real Energy Consumption Now
      ?    !@for (District(i) : E0(i) = GDP0(i)*EPG0(i));
      ?    !Real Energy Consumption
      ?    !@for (District(i) : Et(i) = GDPt(i)*EPGt(i));
      ?    !Minimize Total Energy Consumption;
      ?    [rObj] min = @sum(District(i) : (GDP0(i) * (1 + GRate(i))^T)*(EPG0(i) * (1-EPGRa
      ?    !TE = @sum (District(i) : Et(i));
      ?    ![rObj] min = TE;
      ?    !GDP Increase limit for Minimun or Maximun Rate of GDP;
      ?    !@for (District(i) : GRate(i) >= GRateMin(i) , GRate(i) <= GRateMax(i));
      ?    @for(District(i) : @bnd(GRateMin(i),GRate(i),GRateMax(i)));
      ?    !EPG Decrease limit for Minimun or Maximun Rate of EPG;
      ?    !@for (District(i) : EPGRate(i) >= EPGRateMin(i) , EPGRate(i) <= EPGRateMax(i));
      ?    @for(District(i) : @bnd(EPGRateMin(i),EPGRate(i),EPGRateMax(i)));
      ?    !Real GDPt;
      ?    @for(District(i) : GDPt(i) = GDP0(i) * (1 + GRate(i))^T);
      ?    !Real EPGt;
      ?    @for(District(i) : EPGt(i) = EPG0(i) * (1-EPGRate(i)));
      ?    !Real Energy Consumption
      ?    @for(District(i) : Et(i) = GDPt(i)*EPGt(i));
      ?    !Region Total GDP Lower Demand;
      ?    CurTGDP = @sum (District(i) : GDPt(i));
      ?    CurTGDP >= TGDP;
      ?    !Region Total EPG Higher Demand
      ?    TE = @sum (District(i) : Et(i));
      ?    CurTEPG = TE/CurTGDP ;
      ?    !CurTEPG >= TEPG;
      ? data:
      ?    @pointer(10) = GDPt;
      ?    @pointer(11) = EPGt;
      ?    @pointer(12) = Et;
      ?    @pointer(13) = GRate;
      ?    @pointer(14) = EPGRate;
      ?    @pointer(15) = rObj;
      ?    @pointer(16) = @status();
      ?    @pointer(17) = CurTGDP;
      ?    @pointer(18) = CurTEPG;
      ? enddata
      ? end
      :  go
        Compiling model ...
        Structural analysis, pass 1 ...
        Reading API parameters from: LINDO.PAR
        Scalarizing model ...
        Generating nonzero matrix ...
        Solving ...

      [Error Code:  191]

        The LINDO API returned the following error code:        2026
        LINDO API routine: LSsolve
        License is too small for the given problem.



      [Error Code:  193]

        A solution is not available for this model.

        Running output operations ...

      :  quit
      2014-07-22 22:49 回复
    • hubq_pro hubq_pro :请高手分析一下原因!谢谢!
      2014-07-22 22:52 回复
    • hubq_pro hubq_pro :楼主能否提供一下源码,供学习?
      2014-07-22 22:54 回复
    • 建不了的模。 建不了的模。 :你可以在求助版块上发,版主看到了会给你解答的!
      2014-09-28 13:44 回复
    • 我也说一句

    回复

    使用道具 举报

    D调E点        

    2

    主题

    13

    听众

    30

    积分

    升级  26.32%

  • TA的每日心情
    无聊
    2016-1-31 18:21
  • 签到天数: 8 天

    [LV.3]偶尔看看II

    自我介绍
    好学者
    这个是骗人的 下载完根本不能安装
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册地址

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

    关于我们| 联系我们| 诚征英才| 对外合作| 产品服务| QQ

    手机版|Archiver| |繁體中文 手机客户端  

    蒙公网安备 15010502000194号

    Powered by Discuz! X2.5   © 2001-2013 数学建模网-数学中国 ( 蒙ICP备14002410号-3 蒙BBS备-0002号 )     论坛法律顾问:王兆丰

    GMT+8, 2024-3-29 23:15 , Processed in 1.048303 second(s), 103 queries .

    回顶部