SlideShare a Scribd company logo
1 of 24
NP-COMPLETE GRAPH COLORING
SOLUTION & BREAKING RSA 2048
Automatski Solutions
http://www.automatski.com
E: Aditya@automatski.com , Founder & CEO
M:+91-9986574181
© Automatski Solutions 2017. All Rights Reserved.
AUTOMATSKI’S EFFORTS
(LAST 25 YEARS)
1. 25+ years of Fundamental Research
2. Solved 50-100 of the Toughest
Problems on the Planet considered
unsolvable in a 1000 years given the
current state of Human Capability
and Technology
3. Including 7 NP-Complete + 4 NP-
Hard Problems
4. Broke RSA 2048
5. … in 1990’s
© Automatski Solutions 2017. All Rights Reserved.
AUTOMATSKI HISTORY &
TIMELINE
© Automatski Solutions 2017. All Rights Reserved.
GRAPH COLORING
 Graph Coloring is NP-Complete. Even 3-colouring is NP-complete.
 What’s the colouring problem on graphs? Given a graph G(V, E), the colouring
problem asks for an assignment of k colours to the vertices c : V → {1, 2, ..., k}. We
say that a colouring is proper if adjacent vertices receives different colours: ∀(u, v) ∈ E
: c(u) 6= c(v).
 The minimum colouring problem asks for the smallest k to properly colour G.
 The k-colouring problem asks whether G can be properly coloured using at most k
colours.
 We can Reduce Graph Coloring to K-SAT
 Also we can Reduce K-SAT to Graph Coloring
 Meaning? Cancer Drug, AGI, NLP, Robotics, Environment, Finance, & RSA can be
Broken.
© Automatski Solutions 2017. All Rights Reserved.
WHERE ARE WE
GOING WITH ALL
THIS?
© Automatski Solutions 2017. All Rights Reserved.
ORDER OF
ALGORITHMS
 Exponential => O( 2 ^ N ), O ( 3 ^ N ), O ( a ^ N) …
 Polynomial => O ( N ^ 2 ), O ( N ^ 3), O ( N ^ 5 ) …
 Logarithmic => O ( Log( N ) )…
© Automatski Solutions 2017. All Rights Reserved.
MACHINES USED
 Development of Solution
 Machine #1
 AMD FX-6300 (6-Core), 32GB RAM
 Eight Year Old Machine
 Physical
 Testing of Parallelization & Concurrency
 Machine #2
 AWS EC2 m4.16xlarge ($3.2/hr)
 64 Core, 256 GB RAM
 Virtual Machine
 Machine #3
 AWS EC2 x1.32xlarge ($13.4/hr)
 128 Core, 1952 GB RAM
 Virtual Machine
© Automatski Solutions 2017. All Rights Reserved.
BEFORE THE
A Message from our CFO!!!
© Automatski Solutions 2017. All Rights Reserved.
MESSAGE FROM THE CFO!!!
 We are looking for Research & Development Grants
 Between
 $1m to $100m
 $1m will help us with the Research
 $100m will help us develop Path Breaking Solutions for over 10+ Domains using the
Breakthrough with a Big Bang.
© Automatski Solutions 2017. All Rights Reserved.
AUTOMATSKI FUNDAMENTAL
RESEARCH
 Fundamental Research at Automatski has been working for the last 20-25+ years on
solving the toughest problems on the Planet.
 We have solved 7 NP-Complete Problems and 4 NP-Hard Problems, including the N-
Queens Completion Millennium Problem.
 We are applying them towards breakthroughs in 50+ Technology Domains
 These problems are considered unsolvable in a 1000 years given the current state of
Human Technology and Capability
© Automatski Solutions 2017. All Rights Reserved.
SOLVED PROBLEMS
 N-Queens Completion
(Millennium Puzzle) Clay
Math Institute
 3-Sat/k-Sat
 Knapsack***
 Longest Common
Subsequence
 Travelling Salesman
Problem***
 3DM/nDM
 Graph Coloring -
Chromatic Number
 Linear Programming
 Integer Programming
 Mixed Integer
Programming
 Quadratic Programming
 Universal Expression
Programming
 Global Optimum in Hyper
Dimensional Space
 K-Means Clustering
 Universal Clustering
Algorithm
 Universal Constraint
Programming/Scheduling
 Integer Factorization***
 Prime Number Test***
 Universal Regression
 Non-Linear Random
Number Generation
 Automatic Theorem Proving
© Automatski Solutions 2017. All Rights Reserved.
 Universal Experience
 Universal Heuristics
 Consciousness, Mind, Brain
 Genomics
 Billion & Trillion Actor Nano
Second Framework
 Universal Multi-Scale Simulations
 Internet Scale Rule Engine
 Internet Scale Workflow Engine
 Perfect Finance/Markets
 Perfect Environment
 Compromised All Cryptography
(RSA-2048, Elliptic Curve etc.)
 Post Quantum Cryptography
 Logarithmic Gradient Descent
Convergence
 Blackbox Function
Cracking/Reversal
 Hash Reversal (Incl. SHA-
256/512, LanMan etc.)
 NP-Complete Machine Learning
Algorithms (Clustering,
Regression, Classification)
 NP-Complete Deep Learning
Algorithms (ALL)
 Artificial General Intelligence
 Robotics (Simulations + RAD)***
 Universal Emotions
 Universal IQ
 Universal Creativity
FUND OUR RESEARCH
Together we can build the foundations of a better world
© Automatski Solutions 2017. All Rights Reserved.
THE DEMO!
© Automatski Solutions 2017. All Rights Reserved.
WHAT JUST HAPPENED?
 The cromatic number for The Hadwiger-Nelson problem is 5. Please download the 5 color
solution to 1585 problem from the link further later in this presentation.
 Aubrey de Grey "Amateur mathematician PARTIALLY solves 60-year-old problem"
https://phys.org/news/2018-04-amateur-mathematician-partially-year-old-problem.html he
basically eliminated 4 from the possibility of solutions. We solved the problem in entirety.
 We solved the problem in a single thread in 2 seconds on an 6 core/thread AMD FX6300
processor w/ 32GB Ram without using any GPGPU for processing.
 Finding the Chromatic Number in a Graph Coloring Problem is Proven to be NP-
Complete. It is one of the 7 NP-Complete + 4 NP Hard problems we have solved till now.
Including breaking RSA 2048 cryptography and the N-Queens Completion Millennium
Puzzle ( https://www.youtube.com/watch?v=kHk1xUEXep4&t=2s ) in polynomial time.
 The foremost attribute of such problems is that they are impossible to solve. But if anyone
gives a solution, it can be verified easily in polynomial time. The solution has been
provided to everyone.
© Automatski Solutions 2017. All Rights Reserved.
HADWIGER-NELSON
PROBLEM
 In geometric graph theory, the Hadwiger–Nelson problem, named after
Hugo Hadwiger and Edward Nelson, asks for the minimum number of
colors required to color the plane such that no two points at distance 1 from
each other have the same color.
 Relation to Finite Graphs
 The Hadwiger–Nelson problem is often called "finding the chromatic number of
the plane".
 By the de Bruijn–Erdős theorem, a result of de Bruijn & Erdős (1951), the
problem is equivalent (under the assumption of the axiom of choice) to that of
finding the largest possible chromatic number of a finite unit distance graph.
 Ref: http://michaelnielsen.org/polymath1/index.php?title=Hadwiger-
Nelson_problem
 The 1585 Unit Distance Graph
© Automatski Solutions 2017. All Rights Reserved.
HENCE…
 RSA 2048 is Cracked!
 Yet Again!
 For the Nth time using N different schemes. Recall…
 P = NP !!!
 7 NP-Complete & 4 NP-Hard Problems Solved in Polynomial time
 N-Queens Completion etc. Including K-Means
 Quantum Computing
 Other Schemes…
 Integer Factorization
 K-SAT
 …
 You know the best part?
 Polynomial Order Solutions are great from a theoretical point of view but are rarely practically
feasible.
 Logarithmic Order Solutions to NP-Complete Problems will define the Future of Mankind.
© Automatski Solutions 2017. All Rights Reserved.
AVAILABLE
CONFIGURATIONS
 1k Nodes (Entry Level)
 1m Nodes
 1bn Nodes
 1tn Nodes
© Automatski Solutions 2017. All Rights Reserved.
FROM HERE…
 Fact: We have Already proved feasibility of cracking RSA 2048 in 10+ Proven ways in
Polynomial Time. We have now proven it in Logarithmic Time. We now have to crack
it. And that involves Encodings and Reductions from one form to another.
 In the future video’s you will see
 More Logarithmic Time Algorithms (Our best kept secrets)
 E.g. General Purpose Constrained Optimization Solvers
 Also a Deterministic Algorithm to Find the Global Optima in a Billion Dimensions/Variables.
 I’m sure you will find it very interesting!!!
© Automatski Solutions 2017. All Rights Reserved.
DO YOU HAVE ANY IDEA?
 What we can do with all the things
Automatski is demo’ing?
 Even though we have just shown
everyone 3-4 out of a 100+
Inventions and Innovations?
 Can you put a $ value on it? How
much will it be? Millions? Billions?
Trillions???
 Any guesses? Wanna try???
© Automatski Solutions 2017. All Rights Reserved.
NEXT STEPS FOR
PROSPECTIVE CUSTOMERS
 Please contact sales at info@automatski.com
 Send an email with the following information…
 What is the problem(s) you are trying to solve?
 Or Kind of Cryptography that needs to be Cracked?
 We will take it from there…
*** No Free Trials/Pilots/POCs Offered
© Automatski Solutions 2017. All Rights Reserved.
WARNING!!!
 Don’t contact us asking for The Source Code
 Don’t contact us asking us to
 File Patents
 Make Public Disclosures of our Algorithm(s)
 Publish Academic Papers
© Automatski Solutions 2017. All Rights Reserved.
SAMPLE PROBLEMS &
RESULTS
 The .Zip File Contains
1. Sample Problems
2. And their Solutions
 Download .Zip File here
 http://bit.ly/2OWTN9x
 Download this Presentation here
 http://bit.ly/2OnanPL
© Automatski Solutions 2017. All Rights Reserved.
© Automatski Solutions 2017. All Rights Reserved.
© Automatski Solutions 2017. All Rights Reserved.

More Related Content

Similar to Automatski - Solution to NP-Complete Graph Coloring

Automatski - How We Reinvented Machine Learning, Solved NP-Complete ML Proble...
Automatski - How We Reinvented Machine Learning, Solved NP-Complete ML Proble...Automatski - How We Reinvented Machine Learning, Solved NP-Complete ML Proble...
Automatski - How We Reinvented Machine Learning, Solved NP-Complete ML Proble...Aditya Yadav
 
Automatski - NP-Complete - TSP - Travelling Salesman Problem Solved in O(N^4)
Automatski - NP-Complete - TSP - Travelling Salesman Problem Solved in O(N^4)Automatski - NP-Complete - TSP - Travelling Salesman Problem Solved in O(N^4)
Automatski - NP-Complete - TSP - Travelling Salesman Problem Solved in O(N^4)Aditya Yadav
 
Automatski - RSA-2048 Cryptography Cracked using Shor's Algorithm on a Quantu...
Automatski - RSA-2048 Cryptography Cracked using Shor's Algorithm on a Quantu...Automatski - RSA-2048 Cryptography Cracked using Shor's Algorithm on a Quantu...
Automatski - RSA-2048 Cryptography Cracked using Shor's Algorithm on a Quantu...Aditya Yadav
 
Special Purpose Quantum Annealing Quantum Computer v1.0
Special Purpose Quantum Annealing Quantum Computer v1.0Special Purpose Quantum Annealing Quantum Computer v1.0
Special Purpose Quantum Annealing Quantum Computer v1.0Aditya Yadav
 
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...Edureka!
 
JEEConf 2017 - In-Memory Data Streams With Hazelcast Jet
JEEConf 2017 - In-Memory Data Streams With Hazelcast JetJEEConf 2017 - In-Memory Data Streams With Hazelcast Jet
JEEConf 2017 - In-Memory Data Streams With Hazelcast JetNeil Stevenson
 
Maths behind every it operation. (development and management)
Maths behind every it operation. (development and management)Maths behind every it operation. (development and management)
Maths behind every it operation. (development and management)Swapnil Kotwal
 
Deep Learning | A Step Closer To Artificial Intelligence | Edureka Live
Deep Learning | A Step Closer To Artificial Intelligence | Edureka LiveDeep Learning | A Step Closer To Artificial Intelligence | Edureka Live
Deep Learning | A Step Closer To Artificial Intelligence | Edureka LiveEdureka!
 
Deep Learning Fundamentals
Deep Learning FundamentalsDeep Learning Fundamentals
Deep Learning FundamentalsThomas Delteil
 
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...Edureka!
 
Introduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNetIntroduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNetAmazon Web Services
 
Introduction to Artificial Intelligence | AI using Deep Learning | Edureka
Introduction to Artificial Intelligence | AI using Deep Learning | EdurekaIntroduction to Artificial Intelligence | AI using Deep Learning | Edureka
Introduction to Artificial Intelligence | AI using Deep Learning | EdurekaEdureka!
 
Automatic problem generation
Automatic problem generationAutomatic problem generation
Automatic problem generationAbhishek Dey
 
Rana Usama Hussien last
Rana Usama Hussien last Rana Usama Hussien last
Rana Usama Hussien last Rana Usama
 
Nexxworks bootcamp ML6 (27/09/2017)
Nexxworks bootcamp ML6 (27/09/2017)Nexxworks bootcamp ML6 (27/09/2017)
Nexxworks bootcamp ML6 (27/09/2017)Karel Dumon
 
Algorithm Design and Complexity - Course 1&2
Algorithm Design and Complexity - Course 1&2Algorithm Design and Complexity - Course 1&2
Algorithm Design and Complexity - Course 1&2Traian Rebedea
 
How Graph Data Science can turbocharge your Knowledge Graph
How Graph Data Science can turbocharge your Knowledge GraphHow Graph Data Science can turbocharge your Knowledge Graph
How Graph Data Science can turbocharge your Knowledge GraphNeo4j
 

Similar to Automatski - Solution to NP-Complete Graph Coloring (20)

Automatski - How We Reinvented Machine Learning, Solved NP-Complete ML Proble...
Automatski - How We Reinvented Machine Learning, Solved NP-Complete ML Proble...Automatski - How We Reinvented Machine Learning, Solved NP-Complete ML Proble...
Automatski - How We Reinvented Machine Learning, Solved NP-Complete ML Proble...
 
Automatski - NP-Complete - TSP - Travelling Salesman Problem Solved in O(N^4)
Automatski - NP-Complete - TSP - Travelling Salesman Problem Solved in O(N^4)Automatski - NP-Complete - TSP - Travelling Salesman Problem Solved in O(N^4)
Automatski - NP-Complete - TSP - Travelling Salesman Problem Solved in O(N^4)
 
Automatski - RSA-2048 Cryptography Cracked using Shor's Algorithm on a Quantu...
Automatski - RSA-2048 Cryptography Cracked using Shor's Algorithm on a Quantu...Automatski - RSA-2048 Cryptography Cracked using Shor's Algorithm on a Quantu...
Automatski - RSA-2048 Cryptography Cracked using Shor's Algorithm on a Quantu...
 
Special Purpose Quantum Annealing Quantum Computer v1.0
Special Purpose Quantum Annealing Quantum Computer v1.0Special Purpose Quantum Annealing Quantum Computer v1.0
Special Purpose Quantum Annealing Quantum Computer v1.0
 
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
Deep Learning Using TensorFlow | TensorFlow Tutorial | AI & Deep Learning Tra...
 
JEEConf 2017 - In-Memory Data Streams With Hazelcast Jet
JEEConf 2017 - In-Memory Data Streams With Hazelcast JetJEEConf 2017 - In-Memory Data Streams With Hazelcast Jet
JEEConf 2017 - In-Memory Data Streams With Hazelcast Jet
 
Maths behind every it operation. (development and management)
Maths behind every it operation. (development and management)Maths behind every it operation. (development and management)
Maths behind every it operation. (development and management)
 
Deep Learning | A Step Closer To Artificial Intelligence | Edureka Live
Deep Learning | A Step Closer To Artificial Intelligence | Edureka LiveDeep Learning | A Step Closer To Artificial Intelligence | Edureka Live
Deep Learning | A Step Closer To Artificial Intelligence | Edureka Live
 
Integer programming
Integer programmingInteger programming
Integer programming
 
Deep Learning Fundamentals
Deep Learning FundamentalsDeep Learning Fundamentals
Deep Learning Fundamentals
 
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
 
Introduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNetIntroduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNet
 
Introduction to Artificial Intelligence | AI using Deep Learning | Edureka
Introduction to Artificial Intelligence | AI using Deep Learning | EdurekaIntroduction to Artificial Intelligence | AI using Deep Learning | Edureka
Introduction to Artificial Intelligence | AI using Deep Learning | Edureka
 
Automatic problem generation
Automatic problem generationAutomatic problem generation
Automatic problem generation
 
Rana Usama Hussien last
Rana Usama Hussien last Rana Usama Hussien last
Rana Usama Hussien last
 
Nexxworks bootcamp ML6 (27/09/2017)
Nexxworks bootcamp ML6 (27/09/2017)Nexxworks bootcamp ML6 (27/09/2017)
Nexxworks bootcamp ML6 (27/09/2017)
 
Algorithm Design and Complexity - Course 1&2
Algorithm Design and Complexity - Course 1&2Algorithm Design and Complexity - Course 1&2
Algorithm Design and Complexity - Course 1&2
 
The RSA Algorithm Explored
The RSA Algorithm ExploredThe RSA Algorithm Explored
The RSA Algorithm Explored
 
How Graph Data Science can turbocharge your Knowledge Graph
How Graph Data Science can turbocharge your Knowledge GraphHow Graph Data Science can turbocharge your Knowledge Graph
How Graph Data Science can turbocharge your Knowledge Graph
 
Ppsp icassp17v10
Ppsp icassp17v10Ppsp icassp17v10
Ppsp icassp17v10
 

Recently uploaded

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Automatski - Solution to NP-Complete Graph Coloring

  • 1. NP-COMPLETE GRAPH COLORING SOLUTION & BREAKING RSA 2048 Automatski Solutions http://www.automatski.com E: Aditya@automatski.com , Founder & CEO M:+91-9986574181 © Automatski Solutions 2017. All Rights Reserved.
  • 2. AUTOMATSKI’S EFFORTS (LAST 25 YEARS) 1. 25+ years of Fundamental Research 2. Solved 50-100 of the Toughest Problems on the Planet considered unsolvable in a 1000 years given the current state of Human Capability and Technology 3. Including 7 NP-Complete + 4 NP- Hard Problems 4. Broke RSA 2048 5. … in 1990’s © Automatski Solutions 2017. All Rights Reserved.
  • 3. AUTOMATSKI HISTORY & TIMELINE © Automatski Solutions 2017. All Rights Reserved.
  • 4. GRAPH COLORING  Graph Coloring is NP-Complete. Even 3-colouring is NP-complete.  What’s the colouring problem on graphs? Given a graph G(V, E), the colouring problem asks for an assignment of k colours to the vertices c : V → {1, 2, ..., k}. We say that a colouring is proper if adjacent vertices receives different colours: ∀(u, v) ∈ E : c(u) 6= c(v).  The minimum colouring problem asks for the smallest k to properly colour G.  The k-colouring problem asks whether G can be properly coloured using at most k colours.  We can Reduce Graph Coloring to K-SAT  Also we can Reduce K-SAT to Graph Coloring  Meaning? Cancer Drug, AGI, NLP, Robotics, Environment, Finance, & RSA can be Broken. © Automatski Solutions 2017. All Rights Reserved.
  • 5. WHERE ARE WE GOING WITH ALL THIS? © Automatski Solutions 2017. All Rights Reserved.
  • 6. ORDER OF ALGORITHMS  Exponential => O( 2 ^ N ), O ( 3 ^ N ), O ( a ^ N) …  Polynomial => O ( N ^ 2 ), O ( N ^ 3), O ( N ^ 5 ) …  Logarithmic => O ( Log( N ) )… © Automatski Solutions 2017. All Rights Reserved.
  • 7. MACHINES USED  Development of Solution  Machine #1  AMD FX-6300 (6-Core), 32GB RAM  Eight Year Old Machine  Physical  Testing of Parallelization & Concurrency  Machine #2  AWS EC2 m4.16xlarge ($3.2/hr)  64 Core, 256 GB RAM  Virtual Machine  Machine #3  AWS EC2 x1.32xlarge ($13.4/hr)  128 Core, 1952 GB RAM  Virtual Machine © Automatski Solutions 2017. All Rights Reserved.
  • 8. BEFORE THE A Message from our CFO!!! © Automatski Solutions 2017. All Rights Reserved.
  • 9. MESSAGE FROM THE CFO!!!  We are looking for Research & Development Grants  Between  $1m to $100m  $1m will help us with the Research  $100m will help us develop Path Breaking Solutions for over 10+ Domains using the Breakthrough with a Big Bang. © Automatski Solutions 2017. All Rights Reserved.
  • 10. AUTOMATSKI FUNDAMENTAL RESEARCH  Fundamental Research at Automatski has been working for the last 20-25+ years on solving the toughest problems on the Planet.  We have solved 7 NP-Complete Problems and 4 NP-Hard Problems, including the N- Queens Completion Millennium Problem.  We are applying them towards breakthroughs in 50+ Technology Domains  These problems are considered unsolvable in a 1000 years given the current state of Human Technology and Capability © Automatski Solutions 2017. All Rights Reserved.
  • 11. SOLVED PROBLEMS  N-Queens Completion (Millennium Puzzle) Clay Math Institute  3-Sat/k-Sat  Knapsack***  Longest Common Subsequence  Travelling Salesman Problem***  3DM/nDM  Graph Coloring - Chromatic Number  Linear Programming  Integer Programming  Mixed Integer Programming  Quadratic Programming  Universal Expression Programming  Global Optimum in Hyper Dimensional Space  K-Means Clustering  Universal Clustering Algorithm  Universal Constraint Programming/Scheduling  Integer Factorization***  Prime Number Test***  Universal Regression  Non-Linear Random Number Generation  Automatic Theorem Proving © Automatski Solutions 2017. All Rights Reserved.  Universal Experience  Universal Heuristics  Consciousness, Mind, Brain  Genomics  Billion & Trillion Actor Nano Second Framework  Universal Multi-Scale Simulations  Internet Scale Rule Engine  Internet Scale Workflow Engine  Perfect Finance/Markets  Perfect Environment  Compromised All Cryptography (RSA-2048, Elliptic Curve etc.)  Post Quantum Cryptography  Logarithmic Gradient Descent Convergence  Blackbox Function Cracking/Reversal  Hash Reversal (Incl. SHA- 256/512, LanMan etc.)  NP-Complete Machine Learning Algorithms (Clustering, Regression, Classification)  NP-Complete Deep Learning Algorithms (ALL)  Artificial General Intelligence  Robotics (Simulations + RAD)***  Universal Emotions  Universal IQ  Universal Creativity
  • 12. FUND OUR RESEARCH Together we can build the foundations of a better world © Automatski Solutions 2017. All Rights Reserved.
  • 13. THE DEMO! © Automatski Solutions 2017. All Rights Reserved.
  • 14. WHAT JUST HAPPENED?  The cromatic number for The Hadwiger-Nelson problem is 5. Please download the 5 color solution to 1585 problem from the link further later in this presentation.  Aubrey de Grey "Amateur mathematician PARTIALLY solves 60-year-old problem" https://phys.org/news/2018-04-amateur-mathematician-partially-year-old-problem.html he basically eliminated 4 from the possibility of solutions. We solved the problem in entirety.  We solved the problem in a single thread in 2 seconds on an 6 core/thread AMD FX6300 processor w/ 32GB Ram without using any GPGPU for processing.  Finding the Chromatic Number in a Graph Coloring Problem is Proven to be NP- Complete. It is one of the 7 NP-Complete + 4 NP Hard problems we have solved till now. Including breaking RSA 2048 cryptography and the N-Queens Completion Millennium Puzzle ( https://www.youtube.com/watch?v=kHk1xUEXep4&t=2s ) in polynomial time.  The foremost attribute of such problems is that they are impossible to solve. But if anyone gives a solution, it can be verified easily in polynomial time. The solution has been provided to everyone. © Automatski Solutions 2017. All Rights Reserved.
  • 15. HADWIGER-NELSON PROBLEM  In geometric graph theory, the Hadwiger–Nelson problem, named after Hugo Hadwiger and Edward Nelson, asks for the minimum number of colors required to color the plane such that no two points at distance 1 from each other have the same color.  Relation to Finite Graphs  The Hadwiger–Nelson problem is often called "finding the chromatic number of the plane".  By the de Bruijn–Erdős theorem, a result of de Bruijn & Erdős (1951), the problem is equivalent (under the assumption of the axiom of choice) to that of finding the largest possible chromatic number of a finite unit distance graph.  Ref: http://michaelnielsen.org/polymath1/index.php?title=Hadwiger- Nelson_problem  The 1585 Unit Distance Graph © Automatski Solutions 2017. All Rights Reserved.
  • 16. HENCE…  RSA 2048 is Cracked!  Yet Again!  For the Nth time using N different schemes. Recall…  P = NP !!!  7 NP-Complete & 4 NP-Hard Problems Solved in Polynomial time  N-Queens Completion etc. Including K-Means  Quantum Computing  Other Schemes…  Integer Factorization  K-SAT  …  You know the best part?  Polynomial Order Solutions are great from a theoretical point of view but are rarely practically feasible.  Logarithmic Order Solutions to NP-Complete Problems will define the Future of Mankind. © Automatski Solutions 2017. All Rights Reserved.
  • 17. AVAILABLE CONFIGURATIONS  1k Nodes (Entry Level)  1m Nodes  1bn Nodes  1tn Nodes © Automatski Solutions 2017. All Rights Reserved.
  • 18. FROM HERE…  Fact: We have Already proved feasibility of cracking RSA 2048 in 10+ Proven ways in Polynomial Time. We have now proven it in Logarithmic Time. We now have to crack it. And that involves Encodings and Reductions from one form to another.  In the future video’s you will see  More Logarithmic Time Algorithms (Our best kept secrets)  E.g. General Purpose Constrained Optimization Solvers  Also a Deterministic Algorithm to Find the Global Optima in a Billion Dimensions/Variables.  I’m sure you will find it very interesting!!! © Automatski Solutions 2017. All Rights Reserved.
  • 19. DO YOU HAVE ANY IDEA?  What we can do with all the things Automatski is demo’ing?  Even though we have just shown everyone 3-4 out of a 100+ Inventions and Innovations?  Can you put a $ value on it? How much will it be? Millions? Billions? Trillions???  Any guesses? Wanna try??? © Automatski Solutions 2017. All Rights Reserved.
  • 20. NEXT STEPS FOR PROSPECTIVE CUSTOMERS  Please contact sales at info@automatski.com  Send an email with the following information…  What is the problem(s) you are trying to solve?  Or Kind of Cryptography that needs to be Cracked?  We will take it from there… *** No Free Trials/Pilots/POCs Offered © Automatski Solutions 2017. All Rights Reserved.
  • 21. WARNING!!!  Don’t contact us asking for The Source Code  Don’t contact us asking us to  File Patents  Make Public Disclosures of our Algorithm(s)  Publish Academic Papers © Automatski Solutions 2017. All Rights Reserved.
  • 22. SAMPLE PROBLEMS & RESULTS  The .Zip File Contains 1. Sample Problems 2. And their Solutions  Download .Zip File here  http://bit.ly/2OWTN9x  Download this Presentation here  http://bit.ly/2OnanPL © Automatski Solutions 2017. All Rights Reserved.
  • 23. © Automatski Solutions 2017. All Rights Reserved.
  • 24. © Automatski Solutions 2017. All Rights Reserved.