forked from luk036/ellcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.log
More file actions
35 lines (23 loc) · 843 Bytes
/
work.log
File metadata and controls
35 lines (23 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
124 sudo vi /etc/apt/sources.list
deb http://apt.llvm.org/zesty/ llvm-toolchain-zesty main
deb-src http://apt.llvm.org/zesty/ llvm-toolchain-zesty main
127 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
129 sudo apt update
130 sudo apt-get install clang-6.0 lld-6.0
271 sudo apt install clang-format-6.0
272 sudo apt install clang-tidy-6.0
300 sudo apt install gnome-terminal # for vscode debugging
fmtlib
git clone https://github.com/luk036/ellcpp.git
git status
git pull
git add --all
git commit -m "message"
git push
std::tie(std::ignore, fb, iter, feasible, status) =
cutting_plane_q(P2, E2, 0., 200, 1e-4);
fmt::print("{:f} {} {} {} \n", fb, iter, feasible, status);
Why not?
- No Concepts
- Run time performance is worser than g++
sudo apt install python-yaml