3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 17:54:43 +00:00

re-indenting interp and duality

This commit is contained in:
Ken McMillan 2015-04-15 12:22:50 -07:00
parent e1303e1eab
commit af444beb2e
38 changed files with 20225 additions and 20225 deletions

View file

@ -1,21 +1,21 @@
/*++
Copyright (c) 2011 Microsoft Corporation
Copyright (c) 2011 Microsoft Corporation
Module Name:
Module Name:
iz3foci.h
iz3foci.h
Abstract:
Abstract:
Implements a secondary solver using foci2.
Implements a secondary solver using foci2.
Author:
Author:
Ken McMillan (kenmcmil)
Ken McMillan (kenmcmil)
Revision History:
Revision History:
--*/
--*/
#ifndef IZ3FOCI_H
#define IZ3FOCI_H
@ -26,7 +26,7 @@ Revision History:
class iz3foci {
public:
static iz3secondary *create(iz3mgr *mgr, int num, int *parents);
static iz3secondary *create(iz3mgr *mgr, int num, int *parents);
};
#endif