jackdaniel changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/>
yitzi has joined #commonlisp
Everything has quit [Quit: leaving]
johnjaye has quit [Ping timeout: 248 seconds]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 252 seconds]
X-Scale has quit [Ping timeout: 256 seconds]
Lord_of_Life_ is now known as Lord_of_Life
gjvc has joined #commonlisp
johnjaye has joined #commonlisp
jonatack has joined #commonlisp
yitzi has quit [Ping timeout: 252 seconds]
johnjaye has quit [Ping timeout: 264 seconds]
johnjaye has joined #commonlisp
jonatack has quit [Ping timeout: 260 seconds]
jonatack has joined #commonlisp
edgar-rft_ has joined #commonlisp
edgar-rft` has quit [Ping timeout: 260 seconds]
theruran has joined #commonlisp
jon_atack has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
jon_atack has quit [Ping timeout: 252 seconds]
Akbar-Birbal has joined #commonlisp
jonatack has joined #commonlisp
lucasta has quit [Quit: Leaving]
jonatack has quit [Ping timeout: 272 seconds]
jonatack has joined #commonlisp
beach has quit [Ping timeout: 244 seconds]
brokkoli_origin has quit [Ping timeout: 252 seconds]
brokkoli_origin has joined #commonlisp
kevingal has quit [Remote host closed the connection]
pranav has joined #commonlisp
random-nick has quit [Ping timeout: 255 seconds]
mishoo has joined #commonlisp
<contrapunctus> .
beach has joined #commonlisp
_404man`` has left #commonlisp [ERC 5.4 (IRC client for GNU Emacs 28.2)]
mistivia has left #commonlisp [#commonlisp]
jonatack has quit [Ping timeout: 252 seconds]
Th30n` has joined #commonlisp
Th30n has quit [Ping timeout: 252 seconds]
jonatack has joined #commonlisp
GalaxyNova has joined #commonlisp
wacki has joined #commonlisp
mishoo has quit [Remote host closed the connection]
copec has quit [Ping timeout: 248 seconds]
copec has joined #commonlisp
wacki has quit [Quit: Textual IRC Client: www.textualapp.com]
crumbles has quit [Quit: ZNC - https://znc.in]
crumbles has joined #commonlisp
mishoo has joined #commonlisp
wacki has joined #commonlisp
chomwitt has joined #commonlisp
mgl_ has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
bitspook has joined #commonlisp
Th30n` is now known as Th30n
Th30n has quit [Remote host closed the connection]
Th30n has joined #commonlisp
amb007 has quit [Ping timeout: 260 seconds]
amb007 has joined #commonlisp
pillton has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
shka has joined #commonlisp
amb007 has quit [Ping timeout: 264 seconds]
liminality has joined #commonlisp
amb007 has joined #commonlisp
varjag has joined #commonlisp
treflip has joined #commonlisp
pkal has quit [Read error: Connection reset by peer]
pkal has joined #commonlisp
bendersteed has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
amb007 has joined #commonlisp
bendersteed has quit [Quit: bendersteed]
mesaoptimizer has quit [Quit: zzz]
mesaoptimizer has joined #commonlisp
brokkoli_origin has quit [Ping timeout: 252 seconds]
brokkoli_origin has joined #commonlisp
dajole has quit [Quit: Connection closed for inactivity]
GalaxyNova has quit [Ping timeout: 276 seconds]
dino_tutter has joined #commonlisp
mishoo has quit [Remote host closed the connection]
kevingal has joined #commonlisp
mishoo has joined #commonlisp
chkhd has joined #commonlisp
bitspook has quit [Read error: Connection reset by peer]
bitspook has joined #commonlisp
mwnaylor has quit [Ping timeout: 248 seconds]
treflip has quit [Ping timeout: 276 seconds]
markb1 has quit [Ping timeout: 252 seconds]
King_julian has joined #commonlisp
markb1 has joined #commonlisp
notzmv has quit [Ping timeout: 248 seconds]
JuanDaugherty has joined #commonlisp
alcor has joined #commonlisp
apac has joined #commonlisp
Demosthe1ex is now known as Demosthenex
nani has quit [Remote host closed the connection]
nani has joined #commonlisp
chkhd has quit [Quit: ZZZzzz…]
amb007 has quit [Ping timeout: 252 seconds]
chkhd has joined #commonlisp
amb007 has joined #commonlisp
King_julian has quit [Read error: Connection reset by peer]
cage has joined #commonlisp
cage has quit [Excess Flood]
cage has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
King_julian has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
wacki has quit [Read error: Connection reset by peer]
wacki has joined #commonlisp
Cymew has joined #commonlisp
<selpoke> does anyone know of a library (even an ffi interface would do) to solve integer linear programs from lisp?
<ixelp> GitHub - neil-lindquist/linear-programming: A Common Lisp library for solving linear programming problems
<selpoke> thanks!
<beach> I don't see it mention "integer".
pve has joined #commonlisp
<phoe> beach: afaik ILP is a subset of LP, so most LP tools can also do ILP
<phoe> I'm not a specialist though so I accept corrections
<beach> Not so, I'm afraid.
<phoe> actually https://neil-lindquist.github.io/linear-programming/linear-problem-syntax/ does mention an integer constraint for a variable, so it should be possible to do ILP in there as long as you constrain all vars to be integer
<ixelp> Linear Problem DSL - linear-programming
<phoe> ...integers, even
<beach> The solution to a linear program with only integer coefficients is not necessarily integer.
<phoe> IIUC it's not about coefficients, it's about variables
<beach> So it does. I didn't see it because it was not on the first page. I wonder what techniques they use then. Integer linear programming is much harder than ordinary linear programming.
<beach> One technique is to solve the problem without integer constraints, and then iterate by adding constrains to each variable in the solution that is not integer.
<beach> In fact, there is an article in a recent CACM about advances in integer linear programming. I should perhaps read it more carefully.
notzmv has joined #commonlisp
lucasta has joined #commonlisp
apac has quit [Ping timeout: 244 seconds]
kevingal_ has joined #commonlisp
kevingal has quit [Ping timeout: 244 seconds]
cercopith has joined #commonlisp
King_julian has quit [Read error: Connection reset by peer]
dlowe has quit [Remote host closed the connection]
dlowe has joined #commonlisp
treflip has joined #commonlisp
chkhd has quit [Quit: ZZZzzz…]
jonatack has quit [Ping timeout: 264 seconds]
jonatack has joined #commonlisp
random-nick has joined #commonlisp
kevingal_ has quit [Remote host closed the connection]
apac has joined #commonlisp
alcor has quit [Remote host closed the connection]
amb007 has quit [Ping timeout: 272 seconds]
alcor has joined #commonlisp
amb007 has joined #commonlisp
treflip has quit [Ping timeout: 248 seconds]
rogersm has joined #commonlisp
cercopith has quit [Read error: Connection reset by peer]
varjag has quit [Ping timeout: 255 seconds]
notzmv has quit [Ping timeout: 248 seconds]
attila_lendvai_ has joined #commonlisp
shawnw_ has quit [Remote host closed the connection]
chomwitt has quit [Ping timeout: 248 seconds]
amb007 has quit [Ping timeout: 244 seconds]
amb007 has joined #commonlisp
gnoo has quit [Ping timeout: 260 seconds]
gnoo has joined #commonlisp
dajole has joined #commonlisp
st_aldini has joined #commonlisp
jonatack has quit [Ping timeout: 255 seconds]
jonatack has joined #commonlisp
<liminality> beach: what is CACM?
Akbar-Birbal has left #commonlisp [Error from remote client]
JuanDaugherty has joined #commonlisp
<contrapunctus> liminality: https://m-cacm.acm.org/
<liminality> oooh, thankyou thankyou
semarie has quit [Ping timeout: 252 seconds]
cercopith has joined #commonlisp
alcor has quit [Remote host closed the connection]
alcor has joined #commonlisp
lucasta has quit [Quit: Leaving]
Cymew has quit [Quit: Konversation terminated!]
chomwitt has joined #commonlisp
cage has quit [Remote host closed the connection]
cow_2001 has quit [Quit: ✡]
cow_2001 has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
varjag has joined #commonlisp
chrcav has quit [Quit: Lost terminal]
chrcav has joined #commonlisp
alendvai__ has joined #commonlisp
GalaxyNova has joined #commonlisp
attila_lendvai_ has quit [Ping timeout: 252 seconds]
rogersm has quit [Quit: Leaving...]
mishoo has quit [Ping timeout: 252 seconds]
cryptk has quit [Read error: Connection reset by peer]
cryptk` has joined #commonlisp
notzmv has joined #commonlisp
mwnaylor has joined #commonlisp
sadclown1 has joined #commonlisp
sadclown has quit [Read error: Connection reset by peer]
sadclown1 is now known as sadclown
amb007 has quit [Ping timeout: 265 seconds]
msv has quit [Remote host closed the connection]
msv has joined #commonlisp
hineios23 has quit [Quit: The Lounge - https://thelounge.chat]
pve has quit [Quit: leaving]
hineios23 has joined #commonlisp
akoana has joined #commonlisp
alendvai__ has quit [Ping timeout: 265 seconds]
alcor has quit [Remote host closed the connection]
alcor has joined #commonlisp
zenmov has joined #commonlisp
apac has quit [Ping timeout: 264 seconds]
msv has quit [Ping timeout: 252 seconds]
jonatack has quit [Read error: Connection reset by peer]
msv has joined #commonlisp
jonatack has joined #commonlisp
bitspook has quit [Ping timeout: 248 seconds]
Everything has joined #commonlisp
akoana has quit [Quit: leaving]
mange has joined #commonlisp
amb007 has joined #commonlisp
X-Scale has joined #commonlisp
X-Scale has quit [Client Quit]
shawnw has joined #commonlisp
King_julian has joined #commonlisp
zenmov has quit [Quit: leaving]
hineios23 has quit [Quit: The Lounge - https://thelounge.chat]
hineios23 has joined #commonlisp
hineios23 has quit [Client Quit]
hineios23 has joined #commonlisp
mgl_ has quit [Ping timeout: 248 seconds]
varjag has quit [Ping timeout: 264 seconds]
alcor has quit [Remote host closed the connection]
amb007 has quit [Ping timeout: 265 seconds]
gooba has quit [Remote host closed the connection]
zenmov_ has joined #commonlisp
liminality has quit [Ping timeout: 248 seconds]
zenmov_ has quit [Changing host]
zenmov_ has joined #commonlisp
gooba has joined #commonlisp
luna-is-here has quit [Remote host closed the connection]
gooba has quit [Remote host closed the connection]
gooba has joined #commonlisp
gooba has quit [Remote host closed the connection]
gooba has joined #commonlisp
lucasta has joined #commonlisp
luna-is-here has joined #commonlisp
tux0r has quit [Ping timeout: 248 seconds]
shka has quit [Quit: Konversation terminated!]
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
King_julian has quit [Read error: Connection reset by peer]
dino_tutter has quit [Ping timeout: 248 seconds]
tux0r has joined #commonlisp
pillton has joined #commonlisp