Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kissat3-pb2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Setting up 2FA is now mandatory for all users.
Show more breadcrumbs
Çağrı Uluç Yıldırımoğlu
Kissat3-pb2
Commits
baef4609
Commit
baef4609
authored
4 years ago
by
Armin Biere
Browse files
Options
Downloads
Patches
Plain Diff
running
parent
80c42f07
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/run-fuzzer.sh
+0
-12
0 additions, 12 deletions
src/run-fuzzer.sh
src/run.sh
+0
-7
0 additions, 7 deletions
src/run.sh
test/.gdbinit
+0
-5
0 additions, 5 deletions
test/.gdbinit
with
0 additions
and
24 deletions
src/run-fuzzer.sh
deleted
100755 → 0
+
0
−
12
View file @
80c42f07
#!/bin/sh
kissat
--range
>
options
||
exit
1
i
=
0
trap
"killall runcnfuzz"
2 10 15
CNFUZZOPTIONS
=
options
export
CNFUZZOPTIONS
while
[
$i
-lt
12
]
do
runcnfuzz
-i
../build/kissat
--time
=
3 &
i
=
`
expr
$i
+ 1
`
done
wait
This diff is collapsed.
Click to expand it.
src/run.sh
deleted
100755 → 0
+
0
−
7
View file @
80c42f07
##!/bin/sh
kitten
=
`
kitten
$1
|grep
'^s'
`
kissat
=
`
kissat
$1
|grep
'^s'
`
echo
"kitten
$kitten
"
echo
"kissat
$kissat
"
[
"
$kitten
"
=
"
$kissat
"
]
&&
exit
20
exit
1
This diff is collapsed.
Click to expand it.
test/.gdbinit
deleted
100644 → 0
+
0
−
5
View file @
80c42f07
tty /dev/pts/2
file tissat
b execute_command
b tissat_error
run
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment