mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
C/right on python scripts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d469a16bb8
commit
e0068e4065
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (c) Microsoft Corporation 2015
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (c) Microsoft Corporation 2015
|
||||||
|
|
||||||
from z3 import *
|
from z3 import *
|
||||||
|
|
||||||
x = Real('x')
|
x = Real('x')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue