M.Delhomme

Results 2 issues of M.Delhomme

What i did ? I type into a new file these lines : ``` lisp (ql:quickload :linear-programming) (use-package :linear-programming) (with-solved-problem ((max (= w (+ x (* 4 y) (* 3...

What did i do ? I type, after installing quicklisp : > (ql:quickload "screamer") And the REPL replied : > System "screamer" not found > [Condition of type QUICKLISP-CLIENT:SYSTEM-NOT-FOUND] Even...