ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

35,065 results

eHowEducation
The Boolean Satisfiability Problem : Advanced Math

Subscribe Now: http://www.youtube.com/subscription_center?add_user=ehoweducation Watch More: ...

3:27
The Boolean Satisfiability Problem : Advanced Math

43,830 views

12 years ago

Udacity
Boolean Satisfiability Problem - Intro to Theoretical Computer Science

This video is part of an online course, Intro to Theoretical Computer Science. Check out the course here: ...

4:28
Boolean Satisfiability Problem - Intro to Theoretical Computer Science

156,138 views

10 years ago

Easy Theory
The Satisfiability Problem, and SAT is in NP

Here we introduce the SAT problem, which consists of a boolean formula (with variables and operations AND, OR, and NOT).

10:54
The Satisfiability Problem, and SAT is in NP

65,883 views

4 years ago

Polylog
What P vs NP is actually about

We discuss how we could do this by turning algorithms into circuits and encoding those into satisfiability problems. We then ...

17:58
What P vs NP is actually about

221,770 views

1 year ago

Quanta Magazine
Biggest Puzzle in Computer Science: P vs. NP

... NP Complete problems 13:45 Knapsack Problem and Traveling Salesman problem 14:24 Boolean Satisfiability Problem (SAT) ...

19:44
Biggest Puzzle in Computer Science: P vs. NP

1,247,355 views

2 years ago

JetBrains
The Satisfiability Problem

The satisfiability problem (SAT) is arguably the most famous among difficult algorithmic problems. We will review the reasons of its ...

57:58
The Satisfiability Problem

7,177 views

3 years ago

Abdul Bari
8. NP-Hard and NP-Complete Problems

P vs NP Satisfiability Reduction NP-Hard vs NP-Complete P=NP PATREON : https://www.patreon.com/bePatron?u=20475192 ...

31:53
8. NP-Hard and NP-Complete Problems

2,518,640 views

7 years ago

Inside code
How to solve the 2-SAT problem in POLYNOMIAL TIME?

Learn graph theory algorithms: https://inscod.com/graphalgo ⚙ Learn dynamic programming: https://inscod.com/dp_course ...

16:20
How to solve the 2-SAT problem in POLYNOMIAL TIME?

21,410 views

2 years ago

Computer Science Theory Explained
SAT and 3SAT

Textbooks: Computational Complexity: A Modern Approach by S. Arora and B. Barak. Algorithm Design by J. Kleinberg and E.

9:49
SAT and 3SAT

50,122 views

4 years ago

People also watched

Amirhossein Rezaei
How a Leap of Faith Solved an Impossible Problem | #SoME4

An impossible problem, a bold assumption, and a new discovery in physics. #SoME4 This is the story of the Ising model, ...

41:13
How a Leap of Faith Solved an Impossible Problem | #SoME4

12,688 views

5 months ago

Simons Institute for the Theory of Computing
SAT-Solving

Armin Biere (Johannes Kepler University) https://simons.berkeley.edu/talks/sat-solving Satisfiability: Theory, Practice, and Beyond ...

4:22:37
SAT-Solving

10,589 views

4 years ago

Adam Shirey
SAT Solving Sudoku Puzzles

Using Z3 SAT Solver to solve sudoku puzzles.

14:28
SAT Solving Sudoku Puzzles

3,825 views

4 years ago

MIT OpenCourseWare
16. Complexity: P, NP, NP-completeness, Reductions

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

1:25:25
16. Complexity: P, NP, NP-completeness, Reductions

473,103 views

9 years ago

SJSU Infosec
Practical Satisfiability Modulo Theories (SMT) Solving

Information Security Club at San Jose State University. Practical Satisfiability Modulo Theories (SMT) Testing by Joshua Wang.

33:41
Practical Satisfiability Modulo Theories (SMT) Solving

16,210 views

10 years ago

ClojureTV
A Peek Inside SAT Solvers - Jon Smock

SAT (and SMT) solvers have had much success in the formal methods communities. While production solvers are large and highly ...

35:21
A Peek Inside SAT Solvers - Jon Smock

48,140 views

9 years ago

Veritasium
The SAT Question Everyone Got Wrong

How an SAT question became a mathematical paradox. Head to https://brilliant.org/veritasium to start your free 30-day trial, and ...

18:25
The SAT Question Everyone Got Wrong

17,213,303 views

2 years ago

MIT OpenCourseWare
5. SAT Reductions

MIT 6.890 Algorithmic Lower Bounds: Fun with Hardness Proofs, Fall 2014 View the complete course: http://ocw.mit.edu/6-890F14 ...

1:21:39
5. SAT Reductions

13,319 views

10 years ago

Very Normal
The algorithm that (eventually) revolutionized statistics  - #SoMEpi

My submission to the Summer of Math Exposition, community edition: a video on the Metropolis algorithm and how it works ...

17:36
The algorithm that (eventually) revolutionized statistics - #SoMEpi

97,187 views

1 year ago

Guided Hacking
Z3 Explained - Satisfiability Modulo Theories & SMT Solvers

Learn how the SMT Solver known as Z3 carries out Symbolic Execution to solve SMTs. ‍ Buy Our Courses: ...

8:46
Z3 Explained - Satisfiability Modulo Theories & SMT Solvers

19,149 views

2 years ago

Undefined Behavior
NP-Complete Explained (Cook-Levin Theorem)

What makes a problem "harder" than another problem? How can we say a problem is the hardest in a complexity class? In this ...

10:44
NP-Complete Explained (Cook-Levin Theorem)

172,796 views

7 years ago

Udacity
CNF Satisfiability - Georgia Tech - Computability, Complexity, Theory: Complexity

Watch on Udacity: https://www.udacity.com/course/viewer#!/c-ud061/l-3474368615/m-2468098572 Check out the full Advanced ...

1:55
CNF Satisfiability - Georgia Tech - Computability, Complexity, Theory: Complexity

28,428 views

10 years ago

Udacity
Boolean Satisfiability Problem Solution - Intro to Theoretical Computer Science

This video is part of an online course, Intro to Theoretical Computer Science. Check out the course here: ...

0:52
Boolean Satisfiability Problem Solution - Intro to Theoretical Computer Science

12,966 views

10 years ago

Professor Painter
NP Completeness 4 -  Satisfiability and 3SAT

In this video we introduce the most classic NP Complete problem -- satisfiability. We prove that 3SAT is NP Complete by reducing ...

16:24
NP Completeness 4 - Satisfiability and 3SAT

48,122 views

4 years ago

HackOvert
The Boolean Satisfiability Problem and Satisfiability Modulo Theories (SAT / SMT)

Scripts referenced in this video can be found on GitHub: https://github.com/HackingWithCODE/LunchCTF/tree/master/SATSMT.

22:27
The Boolean Satisfiability Problem and Satisfiability Modulo Theories (SAT / SMT)

14,662 views

4 years ago

OU Education
5.2 Satisfiability , NP hard and NP complete

GATE Insights Version: CSE http://bit.ly/gate_insights or GATE Insights Version: CSE ...

7:31
5.2 Satisfiability , NP hard and NP complete

63,319 views

5 years ago

Professor Bryce
NP Completeness (Algorithms 23)

Davidson CSC 321: Analysis of Algorithms, F21, F22. Week 12 - Monday.

31:16
NP Completeness (Algorithms 23)

4,384 views

4 years ago

MIT OpenCourseWare
4. SAT I

MIT 6.890 Algorithmic Lower Bounds: Fun with Hardness Proofs, Fall 2014 View the complete course: http://ocw.mit.edu/6-890F14 ...

1:20:32
4. SAT I

43,525 views

10 years ago

The Julia Programming Language
Solving discrete problems via Boolean satisfiability with Julia | David P. Sanders | JuliaCon 2021

This talk was presented as part of JuliaCon 2021. Abstract: Many discrete problems in mathematics and computer science can be ...

8:08
Solving discrete problems via Boolean satisfiability with Julia | David P. Sanders | JuliaCon 2021

1,854 views

4 years ago

Tim Roughgarden Lectures
Algorithms for NP-Hard Problems (Section 21.5: Satisfiability Solvers)

In many applications, the primary goal is to figure out whether a feasible solution exists (and if so, to find some such solution), ...

24:27
Algorithms for NP-Hard Problems (Section 21.5: Satisfiability Solvers)

1,039 views

5 years ago