Git Product home page Git Product logo

simplex-method's People

Contributors

ivan-dives avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

simplex-method's Issues

Программа использует ограничения в качестве ответа

Привет. Нашёл твою программу, решил ею воспользоваться, но у меня не получилось. Вместо ответа программа выводит ограничения.
Входные данные я взял из теста:

3x1 + 5x2 + 4x3 -> min
0.1x1 + 0.2x2 + 0.4x3 <= 5500
0.05x1 + 0.02x2 + 0.02x3 <= 6000
3x1 + x2 + 2x3 <= 8000

Программа тем временем выводит в файл такое:

1-й план 

x4  	5500 	0.1    	0.2    	0.4    	1      	0      	0      	

x5  	6000 	0.05   	0.02   	0.02   	0      	1      	0      	

x6  	8000 	3      	1      	2      	0      	0      	1      	

f(x)	0    	-3     	-5     	-4     	0      	0      	0      	

Данный план является оптимальным. Решение найдено.

и в терминал такое:

x4 = 5500
x5 = 6000
x6 = 8000

f(x) = 0

Парсер вроде бы корректно работает.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.