ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

47 results

Wendy Houston
Finding the maximum and minimum values of a non story linear programming problem

So the theory behind this, this larger process which is called linear programming, is that if we want to figure out what's the biggest ...

12:38
Finding the maximum and minimum values of a non story linear programming problem

45 views

6 days ago

Constraint Programming
Louv31x 2022 s01 ss06 v01 Declarative programming, CP = Model + Search

We clarify what we mean by declarative programming and declaring models in CP.

7:53
Louv31x 2022 s01 ss06 v01 Declarative programming, CP = Model + Search

74 views

4 days ago

Constructor University
Constructor Open Cup 2026: Editorial of last year's problems

Constructor Open Cup is an online contest organized by Constructor University & JetBrains Foundation to promote interest in ...

1:16:53
Constructor Open Cup 2026: Editorial of last year's problems

47 views

1 day ago

Constraint Programming
Louv31x 2022 s03 ss11 v01 1D Element Constraint:

Can we implement the same constraint for 1D array and achieve domain consistency ?

6:13
Louv31x 2022 s03 ss11 v01 1D Element Constraint:

22 views

4 days ago

Constraint Programming
Louv31x 2022 s01 ss01 v01 Depth First Search Generate and Filter approach for solving the NQueens

Introduction to Mini-CP. In this video, we introduce the N-Queens problem. We argue about the possible modeling alternatives, ...

9:40
Louv31x 2022 s01 ss01 v01 Depth First Search Generate and Filter approach for solving the NQueens

303 views

4 days ago

Constraint Programming
Louv31x 2022 s01 ss04 v01 Implementation of the TinyCSP Solver

We implement TinyCSP so that our N-Queens model works as expected. All the ingredients and concepts of a true CP solver are ...

15:18
Louv31x 2022 s01 ss04 v01 Implementation of the TinyCSP Solver

141 views

4 days ago

Constraint Programming
Louv31x 2022 s03 ss08 v01 Boolean Variables

Those variables are very important for logical constraints but in some contexts we would like to consider them as 0/1 variables to ...

4:55
Louv31x 2022 s03 ss08 v01 Boolean Variables

16 views

4 days ago

Constraint Programming
Louv31x 2022 s04 ss07 v02 Reversible Sparse Bitsets

The underlying data-structure to restore the state for compact table filtering algorithm.

9:21
Louv31x 2022 s04 ss07 v02 Reversible Sparse Bitsets

19 views

4 days ago

Low Level Speedrun
watch this video if you want your eyes to bleed

Today we'll create a small IPC-via-file example using Python and C#!

8:32
watch this video if you want your eyes to bleed

1,743 views

6 days ago

AI Perspectives
Microsoft's New AI Solves Billion Dollar Problems in Minutes - OptiMind Explained

Microsoft just released OptiMind, an AI system that can solve billion-dollar optimization problems in minutes. This isn't another ...

8:09
Microsoft's New AI Solves Billion Dollar Problems in Minutes - OptiMind Explained

78 views

2 days ago

Nexalith AI
Forget Chatbots: This New Open-Source AI Actually Runs The World

... Integer Linear Programming) usually requires highly specialized human experts and days of work. OptiMind fixes this instantly.

2:08
Forget Chatbots: This New Open-Source AI Actually Runs The World

66 views

3 days ago

Constraint Programming
Louv31x 2022 s03 ss13 v01 Hybrid Consistency for 1D Element Constraint with array of variables

As for the 2D Element filtering, we propose first a relaxed consistency not removing values in the middle of the domains of the ...

8:57
Louv31x 2022 s03 ss13 v01 Hybrid Consistency for 1D Element Constraint with array of variables

12 views

4 days ago

Michael Kamprath
A Homebrew GPU for a Homebrew CPU

In this video I design and create a hardware accelerator for integer multiplication on the TTL CPU computer call the Minimal 64x4, ...

45:57
A Homebrew GPU for a Homebrew CPU

7,740 views

18 hours ago

Constraint Programming
Louv31x 2022 s03 ss07 v01 Variable Views

For very small (functional) constraints such as X=Y+v, we do not really need to propagate them with the fix-point. Let us borrow the ...

8:34
Louv31x 2022 s03 ss07 v01 Variable Views

16 views

4 days ago

Constraint Programming
Louv31x 2022 s10 ss01 v01 Modeling in CP:  Bin-Packing and Redundant Constraints.

Modeling is sometimes more an art than science. With experience you will become pragmatic and be able to find the right tradeoff ...

13:00
Louv31x 2022 s10 ss01 v01 Modeling in CP: Bin-Packing and Redundant Constraints.

8 views

4 days ago

Constraint Programming
Louv31x 2022 s03 ss10 v01 2D Element Constraint

Filtering the 2D element constraint efficiently requires a lot of choices. What consistency do we want to achieve ? Then how to ...

12:35
Louv31x 2022 s03 ss10 v01 2D Element Constraint

21 views

4 days ago

Constraint Programming
Louv31x 2022 s10 ss04 v01 The steel mill slab problem.

The steel mill slab problem has an elegant model using element constraints and bin-packing formulation. You will play with this ...

10:07
Louv31x 2022 s10 ss04 v01 The steel mill slab problem.

6 views

4 days ago

Code With Amulya
Find All Positive Divisors in Python | Beginner Python Tutorial

In this video you will learn how to find all positive divisors of a number using Python. You will learn how to use loops and ...

3:15
Find All Positive Divisors in Python | Beginner Python Tutorial

0 views

1 day ago

Constraint Programming
Louv31x 2022 s02 ss03 v02 MiniCP: Representing a domain

Ready to discuss the implementation of Mini-CP ? Ok, we will do it gradually and bottom up. First we need an efficient ...

13:00
Louv31x 2022 s02 ss03 v02 MiniCP: Representing a domain

60 views

4 days ago

LearningLad
C File Handling Tutorial | fread() Function Explained with Example

In this C programming tutorial, we explain the fread() function used for reading binary data from files. You will learn the syntax of ...

5:59
C File Handling Tutorial | fread() Function Explained with Example

136 views

7 days ago