mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
C/right on python scripts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d469a16bb8
commit
e0068e4065
|
@ -1,3 +1,5 @@
|
|||
# Copyright (c) Microsoft Corporation 2015
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import re
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (c) Microsoft Corporation 2015
|
||||
|
||||
from z3 import *
|
||||
|
||||
x = Real('x')
|
||||
|
|
Loading…
Reference in a new issue